ShibbolethSP2InstallDebianLenny: envvars
| File envvars, 427 bytes (added by l.suhrbier, 2 years ago) |
|---|
| 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. |
| 6 | export APACHE_RUN_USER=www-data |
| 7 | export APACHE_RUN_GROUP=www-data |
| 8 | export APACHE_PID_FILE=/var/run/apache2.pid |
| 9 | |
| 10 | export LD_LIBRARY_PATH=/opt/shibboleth-sp2/lib |
