From 353df70ee5799c955e52a37456b6d02ed2c95eba Mon Sep 17 00:00:00 2001 From: "Arnaud G. GIBERT" Date: Sat, 29 Nov 2025 18:28:57 +0100 Subject: [PATCH] - Fix APACHE_DOC_ROOT update in default_vhost.d/50-rx3.conf. --- Dockerfile | 2 +- ReleaseNotes.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e386b3b..16a8dcf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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\ diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index c451c61..11d2eb9 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -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,