mod_python on OSX/Panther (was Re: [mod_python] mod_python / mod_php4 w/apache 2)

Nick nick at dd.revealed.net
Sat Jun 5 00:00:25 EDT 2004


On Fri, 2004-06-04 at 21:40, Justin Ryan wrote:
> If I define a handlermodule (even mod_python.publisher, for 
> simplicity's sake), I get this error trying to load any url (even 
> /index.htm).

I identified this bug a couple weeks ago.  Basically if you define
PythonHandlerModule and there is no connection handler, then it bombs
out looking for one.  The fix right now is to define each handler you
need separately and refer to the same module for each.

Nick



More information about the Mod_python mailing list