Skip to content

Instantly share code, notes, and snippets.

@sharoonthomas
Created December 16, 2013 08:48
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 sharoonthomas/7984052 to your computer and use it in GitHub Desktop.
Save sharoonthomas/7984052 to your computer and use it in GitHub Desktop.
LoadModule python_module /usr/lib/apache2/modules/mod_python.so
<Location "/">
SetHandler python-program
PythonHandler django.core.handlers.modpython
SetEnv DJANGO_SETTINGS_MODULE mysite.settings
PythonDebug Off
</Location>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment