From e2d5a6155f73ba74dd56f2025f4943736e5247d4 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 7 Oct 2025 17:05:28 +0200 Subject: [PATCH] wip #7741 --- config/httpd/apache2.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config/httpd/apache2.conf b/config/httpd/apache2.conf index eefb78f..f02685b 100644 --- a/config/httpd/apache2.conf +++ b/config/httpd/apache2.conf @@ -1,6 +1,4 @@ -User ${APACHE_RUN_USER} -Group ${APACHE_RUN_GROUP} -ErrorLog ${APACHE_LOG_DIR}/error.log +ErrorLog /proc/self/fd/2 HostnameLookups Off -- 2.39.5