Skip to content

Instantly share code, notes, and snippets.

@tru
Created February 8, 2013 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tru/4739257 to your computer and use it in GitHub Desktop.
Save tru/4739257 to your computer and use it in GitHub Desktop.
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