龙之吻 · 2007-10-29 19:08:45 · 阅读: 1127 apache+mod_python配置。 <Location "/"> SetHandler python-program PythonPath "['E:/project'] + sys.path" PythonHandler django.core.handlers.modpython SetEnv DJANGO_SETTINGS_MODULE myproject.settings PythonDebug On </Location>