Skip to content

Commit

Permalink
Actually doing Docker things instead of pretending
Browse files Browse the repository at this point in the history
  • Loading branch information
palmertab committed Dec 13, 2023
1 parent 8654432 commit 3f92629
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/envvars
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f92629

Please sign in to comment.