Created
February 8, 2013 14:10
-
-
Save tru/4739240 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
# 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