On Aug 24, 3:39 pm, Bruno Desthuilliers
<[EMAIL PROTECTED]> wrote:

> Your problem is with Apache configuration, not with mod_python. The
> AddHandler directive maps <dirpath>/*.py to your handler. So you have to
> call <anythinghere>.py to trigger the desired behaviour. If you want
> *any* url under <dirpath> to be handled by mptest, you need to use
> SetHandler, not AddHandler.

Yes, this is what I missed. Using SetHandler instead solved my
problem. Many thanks to the people on the list that pointed that out
for me. (and will use mod_python mailing list in the future as
suggested)

/johan

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to