Created
November 13, 2010 04:12
-
-
Save mattdeboard/675077 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<VirtualHost *> | |
ServerName hostsite.com | |
WSGIDaemonProcess flask_rage user=my_username group=group1 threads=5 | |
WSGIScriptAlias / /var/www/ragetext/flask_rage.wsgi | |
<Directory /var/www/ragetext> | |
WSGIProcessGroup flask_rage | |
WSGIApplicationGroup %{GLOBAL} | |
Order deny,allow | |
Allow from all | |
</Directory> | |
</VirtualHost> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment