This commit is contained in:
CanbiZ
2025-07-22 10:48:56 +02:00
parent 2db04e501d
commit 4c35a783ad
2 changed files with 2 additions and 2 deletions

View File

@@ -460,7 +460,7 @@ function setup_php() {
MODULE_LIST+=" php${PHP_VERSION}-fpm"
fi
if [[ "$PHP_APACHE" == "YES" ]]; then
$STD apt-get install -y apache2
$STD apt-get install -y apache2 libapache2-mod-php${PHP_VERSION}
$STD systemctl restart apache2 || true
fi