- Fix APACHE_DOC_ROOT update in default_vhost.d/50-rx3.conf.

This commit is contained in:
Arnaud G. GIBERT 2025-11-29 18:28:57 +01:00
parent c17f169157
commit 353df70ee5
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ else
\n\
chown -R apache:apache /var/log/httpd \n\
\n\
for file in /etc/httpd/conf/httpd.conf /etc/httpd/conf/conf.d/rx3.conf \n\
for file in /etc/httpd/conf/httpd.conf /etc/httpd/conf/sites.d/default_vhost.d/50-rx3.conf \n\
do \n\
sed -i -e "s%/var/www/html%${APACHE_DOC_ROOT}%" ${file} \n\
done \n\

View File

@ -1,5 +1,5 @@
------------------------------------------------------------------------------------------------------------------------------------
Rx3-Docker/PHP-Apache V 1.6.0 - A. GIBERT - 2025/11/28
Rx3-Docker/PHP-Apache V 1.6.0 - A. GIBERT - 2025/11/29
------------------------------------------------------------------------------------------------------------------------------------
- Switch to new default_vhost.d layout,