Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2010
929
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  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. ## The locale used by some modules like mod_dav
  11. export LANG=C
  12. ## Uncomment the following line to use the system default locale instead:
  13. #. /etc/default/locale
  14.  
  15. export LANG
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement