- Add apache mod proxy to support reverse proxy configuration.

This commit is contained in:
2024-12-21 11:36:21 +01:00
parent 2de510e467
commit 56e78a5132
5 changed files with 65 additions and 56 deletions

View File

@@ -61,7 +61,7 @@ ARG INFO_PHP='<?php
RUN urpmi --force apache apache-mod_php php-cli php-pgsql php-mysqli php-pdo_pgsql php-pdo_mysql php-phpmailer pwauth \
RUN urpmi --force apache apache-mod_proxy apache-mod_proxy_html apache-mod_php php-cli php-pgsql php-mysqli php-pdo_pgsql php-pdo_mysql php-phpmailer pwauth \
&& echo -e "${HTTPD}" | sed -e "s/\`/'/g" -e 's/ *$//' > /etc/init.d/httpd \
&& chmod a+x /etc/init.d/httpd \
&& ln -s /etc/init.d/httpd /etc/rcD.d/S30httpd \