<VirtualHost *> <Location "/"> SetHandler python-program PythonHandler django.core.handlers.modpython SetEnv DJANGO_SETTINGS_MODULE examples.settings #django.root结尾不带“/”,这个值与 apache location 配置的路径一样的值; #目的是通知django正确处理路径,正确去除配置的路径部分。默认值是“/” #PythonOption django.root /py PythonDebug On #PythonPath路径是实际项目的路径,是第一个__init__.py目录的父目录。 PythonPath "['D:/pytools/Django-1.0.2-final'] + sys.path" </Location> </VirtualHost>[/size]