[mod_python] Module loaded - Nothing is working :(

Marc O. Sandlus modpython at sandlus.de
Wed Mar 31 16:33:26 EST 2004


Hi,

> <Directory /mptest>
>     AllowOverride FileInfo
>     AddHandler python-program .py
>     PythonHandler mptest
>     PythonDebug On
> </Directory>

I had the same problem recently, and one thing I changed before the
example finally worked was to set "AllowOverride All", so you might want
to give it a try.

--Marc


-- 
It isn't easy being a Friday kind of person in a Monday kind of world.



More information about the Mod_python mailing list