Permit access to /afs/hcoop.net/
[hcoop/zz_old/config/apache2.git] / envvars
1 # envvars - default environment variables for apache2ctl
2
3 # Since there is no sane way to get the parsed apache2 config in scripts, some
4 # settings are defined via environment variables and then used in apache2ctl,
5 # /etc/init.d/apache2, /etc/logrotate.d/apache2, etc.
6 export APACHE_RUN_USER=www-data
7 export APACHE_RUN_GROUP=www-data
8 export APACHE_PID_FILE=/var/run/apache2.pid