fangdingjun/example1/master/python/myweb/.htaccess - Htaccess File

fangdingjun/example1/master/python/myweb/.htaccess

SetHandler mod_python
PythonHandler django.core.handlers.modpython
SetEnv DJANGO_SETTINGS_MODULE myweb.settings
PythonOption django.root /test/myweb
PythonDebug On
PythonPath "['/usr/local/www/apache22/data/test'] + sys.path"

On Github License

Files

Download PDF of Htaccess file

Comments

Apache