Re: [mod_python] Anyone have an idea when mod_python will be available for Apache 2.2

2006-04-12 Thread Nicolas Lehuen
OK Graham, this fixed the req.auth_type() error, great :).Now everything passes except for a segfault in the server-side include tests, I'll try to do a debug build of mod_python in order to get stack traces. Regards,Nicolas2006/4/13, Graham Dumpleton <[EMAIL PROTECTED]>: NicolasCan you check out l

Re: [mod_python] Anyone have an idea when mod_python will be available for Apache 2.2

2006-04-12 Thread Graham Dumpleton
Nicolas Can you check out latest code from trunk in subversion and retest to see if problem has gone away. I have made the req_auth_type and req_requires tests both a bit more exact/resilient whereas before they left out things which otherwise might need to be present in a properly crafted handler

Re: [mod_python] Anyone have an idea when mod_python will be available for Apache 2.2

2006-04-12 Thread Graham Dumpleton
Graham Dumpleton wrote .. > What is interesting now is that when doing that, I note that on Mac OS > X there are some worrying error messages which follow that: > > [Thu Apr 13 11:09:37 2006] [error] Internal error: pcfg_openfile() called > with NULL filename > [Thu Apr 13 11:09:37 2006] [error] [

Re: [mod_python] Anyone have an idea when mod_python will be available for Apache 2.2

2006-04-12 Thread Graham Dumpleton
Nicolas Lehuen wrote .. > Just as a note, I'm still struggling with Apache 2.2 to make the test suite > run with the latest svn version (everything seems OK with Apache 2.0.55). > > I still have a problem while testing req.auth_type(). It looks like the > authentication system was changed in Apac