Migrate to PHP-FPM for all Web images

This commit is contained in:
Alexey Pustovalov
2025-01-14 14:48:23 +09:00
parent 23dfa98778
commit e13c756e5f
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/httpd"
# Default directories
# Apache main configuration file
HTTPD_CONF_FILE="/etc/httpd/conf/httpd.conf"
@ -201,7 +204,7 @@ prepare_web_server() {
export APACHE_SERVER_SIGNATURE="Off"
fi
mkdir -p /tmp/httpd
mkdir -p "${APACHE_RUN_DIR}"
}
prepare_zbx_php_config() {