Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 5th, 2012  |  syntax: None  |  size: 1.09 KB  |  hits: 11  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. ServerRoot "/home/danjewett/webapps/django_swim/apache2"
  2.  
  3. LoadModule dir_module        modules/mod_dir.so
  4. LoadModule env_module        modules/mod_env.so
  5. LoadModule log_config_module modules/mod_log_config.so
  6. LoadModule mime_module       modules/mod_mime.so
  7. LoadModule rewrite_module    modules/mod_rewrite.so
  8. LoadModule setenvif_module   modules/mod_setenvif.so
  9. LoadModule wsgi_module       modules/mod_wsgi.so
  10.  
  11. LogFormat "%{X-Forwarded-For}i %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
  12. CustomLog /home/danjewett/logs/user/access_django_swim.log combined
  13. ErrorLog /home/danjewett/logs/user/error_django_swim.log
  14. KeepAlive Off
  15. Listen 16432
  16. MaxSpareThreads 3
  17. MinSpareThreads 1
  18. ServerLimit 1
  19. SetEnvIf X-Forwarded-SSL on HTTPS=1
  20. ThreadsPerChild 5
  21. WSGIDaemonProcess django_swim processes=5 python-path=/home/danjewett/webapps/django_swim:/home/danjewett/webapps/django_swim/lib/python2.6 threads=1
  22. WSGIPythonPath /home/danjewett/webapps/django_swim:/home/danjewett/webapps/django_swim/lib/python2.6
  23. WSGIScriptAlias / /home/danjewett/webapps/django_swim/swimmersedge.wsgi