X-Git-Url: https://dehnerts.com/gitweb/?a=blobdiff_plain;f=envvars;h=708d1706969545cf4a4e629216d10fe26cd25b83;hb=ecf63c258eb2736fec128303a72a157b3acb3bce;hp=0a4cc9498a9d83f325454e0ce48e7143dae01623;hpb=054188200e8677710a0be31e9114b2ab2aa0a966;p=sysconfig%2Fapache2.git diff --git a/envvars b/envvars index 0a4cc94..708d170 100644 --- a/envvars +++ b/envvars @@ -15,7 +15,8 @@ fi # /etc/init.d/apache2, /etc/logrotate.d/apache2, etc. export APACHE_RUN_USER=www-data export APACHE_RUN_GROUP=www-data -export APACHE_PID_FILE=/var/run/apache2$SUFFIX.pid +# 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 export APACHE_LOCK_DIR=/var/lock/apache2$SUFFIX # Only /var/log/apache2 is handled by /etc/logrotate.d/apache2. @@ -35,3 +36,12 @@ export LANG ## If you need a higher file descriptor limit, uncomment and adjust the ## following line (default is 8192): #APACHE_ULIMIT_MAX_FILES='ulimit -n 65536' + +## If you would like to pass arguments to the web server, add them below +## to the APACHE_ARGUMENTS environment. +#export APACHE_ARGUMENTS='' + +## Enable the debug mode for maintainer scripts. +## This will produce a verbose output on package installations of web server modules and web application +## installations which interact with Apache +#export APACHE2_MAINTSCRIPT_DEBUG=1