请教mod_python配置

请教mod_python配置

按照
http://www.djangoproject.com/documentation/modpython/
配置怎么不行啊?

[Copy to clipboard] [ - ]
CODE:
<Location "/django/">
    SetHandler python-program
    PythonHandler django.core.handlers.modpython
    SetEnv DJANGO_SETTINGS_MODULE djangotest.settings
    PythonOption django.root /djangotest
    PythonDebug On
</Location>

Apache 报这个错:
Invalid command 'PythonHandler',perhaps misspelled or defined by a module not included in the server configuration
load mod_python.so??

还是django路径不对?
没有mod_python.so这个文件啊,教程里也没有提到..
就说改djangotest.settings了
没有mod_python.so怎么解析?

你找下我在版里发过一个怎么安装配置的帖子,你找找看
找到了,搞定了,谢谢!!