From 4fd5fd4fa297950147e7444518da04b2b4497ad1 Mon Sep 17 00:00:00 2001 From: Sophia Atkinson Date: Sun, 25 Dec 2022 18:24:26 -0800 Subject: [PATCH] forgot php8.2-fpm --- scripts/pmainstall.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/pmainstall.sh b/scripts/pmainstall.sh index a24bd65..4c525e0 100644 --- a/scripts/pmainstall.sh +++ b/scripts/pmainstall.sh @@ -33,6 +33,7 @@ sudo a2enmod proxy sudo a2enmod proxy_fcgi sudo a2enconf php8.2-fpm sudo systemctl restart php8.2-fpm +systemctl reload apache2 sudo systemctl enable apache2 ## Updating phpMyAdmin. PMA_VER="5.2.0"