Skip to content

Instantly share code, notes, and snippets.

@maxking
Created April 9, 2012 05:05
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 maxking/2341564 to your computer and use it in GitHub Desktop.
Save maxking/2341564 to your computer and use it in GitHub Desktop.
Apache conf for django
#apache conf
SGIScriptAlias / /home/abhilash/Documents/django/wiki/apache/django.wsgi
WSGIPythonPath /home/abhilash/Documents/django/wiki
<Directory /home/abhilash/Documents/django/wiki >
Order deny,allow
Allow from all
Options +ExecCGI
</Directory>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment