Skip to content

Instantly share code, notes, and snippets.

@raliste
Forked from mattdeboard/gist:675077
Created November 13, 2010 04:14
Show Gist options
  • Save raliste/675079 to your computer and use it in GitHub Desktop.
Save raliste/675079 to your computer and use it in GitHub Desktop.
<VirtualHost *>
ServerName hostsite.com # Do you have this in your /etc/hosts file?? You should add hostsite.com in the line of 127.0.0.1
WSGIScriptAlias / /var/www/ragetext/flask_rage.wsgi
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment