Skip to content

Instantly share code, notes, and snippets.

@mattdeboard
Created November 13, 2010 04:12
Show Gist options
  • Save mattdeboard/675077 to your computer and use it in GitHub Desktop.
Save mattdeboard/675077 to your computer and use it in GitHub Desktop.
<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