ShibbolethSP2InstallDebianLenny: envvars

File envvars, 427 bytes (added by l.suhrbier, 2 years ago)

/etc/apache2/envvars

Line 
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.
6export APACHE_RUN_USER=www-data
7export APACHE_RUN_GROUP=www-data
8export APACHE_PID_FILE=/var/run/apache2.pid
9
10export LD_LIBRARY_PATH=/opt/shibboleth-sp2/lib