apache下django配置[原创]
时间:2009-07-22 来源:sulpha
在http.conf中加入
<Location "/mysite/">
SetHandler python-program
PythonHandler django.core.handlers.modpython
SetEnv DJANGO_SETTINGS_MODULE settings
PythonOption django.root /mysite
PythonDebug On
PythonPath "['/srv/www/htdocs/mysite'] + sys.path"
</Location>
<Location "/mysite/">
SetHandler python-program
PythonHandler django.core.handlers.modpython
SetEnv DJANGO_SETTINGS_MODULE settings
PythonOption django.root /mysite
PythonDebug On
PythonPath "['/srv/www/htdocs/mysite'] + sys.path"
</Location>
相关阅读 更多 +