[mod_python] does add_handler even work?

Scott Sanders sanders at apache.org
Tue Oct 12 23:11:07 EDT 2004


>
> If I add a SetHandler, then everything works, but then other modules
> like PHP and mod_autoindex stop working.
>
You either need to add the optional type after the SetHandler, or with 
your AddHandler, your handler needs to return apache.DECLINED on 
requests that you do not want to handle.

Hope this helps.

Scott



More information about the Mod_python mailing list