Migrate to PHP-FPM for all Web images

This commit is contained in:
Alexey Pustovalov
2025-01-14 15:32:46 +09:00
parent 507285eb95
commit 74385e811b
8 changed files with 68 additions and 66 deletions

View File

@ -86,6 +86,7 @@ RUN set -eux && \
rm -f "/etc/apache2/conf.d/info.conf" && \
rm -f "/etc/apache2/conf.d/mpm.conf" && \
rm -f "/etc/apache2/conf.d/proxy.conf" && \
rm -f "/etc/apache2/conf.d/languages.conf" && \
rm -f "/etc/apache2/conf.d/userdir.conf" && \
mkdir -p /var/lib/php/session && \
rm -rf /etc/php83/php-fpm.d/www.conf && \

View File

@ -1,4 +1,4 @@
ServerRoot /etc/apache2/
ServerRoot /var/www/
DefaultRuntimeDir ${APACHE_RUN_DIR}
PidFile /tmp/apache2.pid