Skip to content

Instantly share code, notes, and snippets.

@tru
Created February 8, 2013 14:10
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/4739240 to your computer and use it in GitHub Desktop.
Save tru/4739240 to your computer and use it in GitHub Desktop.
# vim: syntax=apache
<VirtualHost *:80>
ServerName stats.crashdev.plexapp.com
ServerAlias stats.crashdev.plexapp.com
ErrorLog /var/log/apache2/stats.crashdev.plexapp.com/error.log
WSGIDaemonProcess stats user=socorro threads=5 python-path=/data/socorro/crashstats home=/data/socorro
WSGIScriptAlias / /data/socorro/crashstats/wsgi/socorro-crashstats.wsgi
WSGIProcessGroup stats
WSGIApplicationGroup %{GLOBAL}
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment