Skip to content

Instantly share code, notes, and snippets.

@theonewolf
Created October 10, 2011 20:51
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 theonewolf/1276492 to your computer and use it in GitHub Desktop.
Save theonewolf/1276492 to your computer and use it in GitHub Desktop.
mod_wsgi example
WSGIScriptAlias /qrapp /home/wolf/Dropbox/Projects/StealthQRApp/src/qrapp.wsgi
<Directory /home/wolf/Dropbox/Projects/StealthQRApp/src>
Order allow,deny
Allow from all
</Directory>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment