Created
February 8, 2013 14:13
-
-
Save tru/4739257 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
WSGIPythonPath /data/socorro/application/application:/data/socorro/application/thirdparty | |
<VirtualHost *:80> | |
ServerName api.crashdev.plexapp.com | |
ServerAlias api.crashdev.plexapp.com | |
ErrorLog /var/log/apache2/api.crashdev.plexapp.com/error.log | |
SetEnv DEFAULT_SOCORRO_CONFIG_PATH /etc/socorro | |
WSGIDaemonProcess api user=socorro threads=10 python-path=/data/socorro/application/application:/data/socorro/application/thirdparty home=/home/socorro | |
WSGIScriptAlias / /data/socorro/application/application/wsgi/middleware.wsgi | |
WSGIProcessGroup api | |
WSGIApplicationGroup %{GLOBAL} | |
LogLevel debug | |
</VirtualHost> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment