Advertisement
Guest User

Untitled

a guest
Feb 21st, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. --- /etc/apache2/envvars 2017-02-20 19:27:26.009420694 +0100
  2. +++ /etc/apache2/envvars.dpkg-new 2017-09-19 21:07:03.000000000 +0200
  3. @@ -1,8 +1,3 @@
  4. -# AUTO GENERATED FILE
  5. -# Modify template in /etc/alternc/templates/
  6. -# and launch alternc.install if you want
  7. -# to modify this file.
  8. -#
  9. # envvars - default environment variables for apache2ctl
  10.  
  11. # this won't be correct after changing uid
  12. @@ -20,7 +15,8 @@
  13. # /etc/init.d/apache2, /etc/logrotate.d/apache2, etc.
  14. export APACHE_RUN_USER=www-data
  15. export APACHE_RUN_GROUP=www-data
  16. -export APACHE_PID_FILE=/var/run/apache2$SUFFIX.pid
  17. +# temporary state file location. This might be changed to /run in Wheezy+1
  18. +export APACHE_PID_FILE=/var/run/apache2/apache2$SUFFIX.pid
  19. export APACHE_RUN_DIR=/var/run/apache2$SUFFIX
  20. export APACHE_LOCK_DIR=/var/lock/apache2$SUFFIX
  21. # Only /var/log/apache2 is handled by /etc/logrotate.d/apache2.
  22. @@ -36,6 +32,16 @@
  23. ## The command to get the status for 'apache2ctl status'.
  24. ## Some packages providing 'www-browser' need '--dump' instead of '-dump'.
  25. #export APACHE_LYNX='www-browser -dump'
  26. -export ALTERNC_HTML=/var/alternc/html
  27. -export ALTERNC_LOGS=/var/alternc/logs
  28. -export ALTERNC_MAIL=/var/alternc/mail
  29. +
  30. +## If you need a higher file descriptor limit, uncomment and adjust the
  31. +## following line (default is 8192):
  32. +#APACHE_ULIMIT_MAX_FILES='ulimit -n 65536'
  33. +
  34. +## If you would like to pass arguments to the web server, add them below
  35. +## to the APACHE_ARGUMENTS environment.
  36. +#export APACHE_ARGUMENTS=''
  37. +
  38. +## Enable the debug mode for maintainer scripts.
  39. +## This will produce a verbose output on package installations of web server modules and web application
  40. +## installations which interact with Apache
  41. +#export APACHE2_MAINTSCRIPT_DEBUG=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement