From 3f926296e562fbedc86ec70969016e7e4c931e0f Mon Sep 17 00:00:00 2001 From: Chris Palmer Date: Wed, 13 Dec 2023 16:45:34 -0500 Subject: [PATCH] Actually doing Docker things instead of pretending --- conf/envvars | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/envvars b/conf/envvars index 6e822ed..9d30bc3 100644 --- a/conf/envvars +++ b/conf/envvars @@ -13,8 +13,8 @@ fi # Since there is no sane way to get the parsed apache2 config in scripts, some # settings are defined via environment variables and then used in apache2ctl, # /etc/init.d/apache2, /etc/logrotate.d/apache2, etc. -export APACHE_RUN_USER=www-data -export APACHE_RUN_GROUP=www-data +export APACHE_RUN_USER=root +export APACHE_RUN_GROUP=root # temporary state file location. This might be changed to /run in Wheezy+1 export APACHE_PID_FILE=/var/run/apache2$SUFFIX/apache2.pid export APACHE_RUN_DIR=/var/run/apache2$SUFFIX