Migrate to PHP-FPM for all Web images

This commit is contained in:
Alexey Pustovalov
2025-01-14 14:48:23 +09:00
parent 83190c8268
commit ecdcf6d609
42 changed files with 360 additions and 550 deletions

View File

@ -22,6 +22,9 @@ fi
: ${DAEMON_USER:="apache"}
: ${DAEMON_GROUP:="apache"}
# DefaultRuntimeDir configuration option value
export APACHE_RUN_DIR="/tmp/apache2"
# Default directories
# Apache main configuration file
HTTPD_CONF_FILE="/etc/apache2/httpd.conf"
@ -180,7 +183,7 @@ prepare_web_server() {
export APACHE_SERVER_SIGNATURE="Off"
fi
mkdir -p /tmp/apache2
mkdir -p "${APACHE_RUN_DIR}"
}
prepare_zbx_php_config() {