apache mod_python problem

Dennis Benzinger Dennis.Benzinger at gmx.net
Wed Feb 15 18:08:18 EST 2006


Ido Yehieli schrieb:
> [...]
> Anyone has any idea as to what went wrong?
> [...]

If you compiled mod_python as a Dynamic Shared Object (DSO) you have to 
tell Apache to load that module. For example like this:

LoadModule python_module libexec/mod_python.so

See the mod_python documentation, especially the Configuring Apache section:

http://modpython.org/live/current/doc-html/inst-apacheconfig.html

Bye,
Dennis



More information about the Python-list mailing list