Apache handlers post-DECLINED

2005-02-22 Thread Jason Kaskel
I've written a PerlHandler module that does some checking, then returns either DECLINED or FORBIDDEN. If it returns DECLINED the uri that was requested gets processed by the content handler and returned. This works as expected if the requested uri is a vanilla .html page. However if the uri is

Re: Apache handlers post-DECLINED

2005-02-22 Thread Geoffrey Young
(In case it's suggested, I can't currently use PerlAuthenHandler or any handler other than PerlHandler. The module makes use of mod_ssl environment variables which are not accessible until the PerlHandler phase. I also can't make use of Geoff Young's module that works around this

Re: Apache handlers post-DECLINED

2005-02-22 Thread Geoffrey Young
Geoffrey Young wrote: (In case it's suggested, I can't currently use PerlAuthenHandler or any handler other than PerlHandler. The module makes use of mod_ssl environment variables which are not accessible until the PerlHandler phase. I also can't make use of Geoff Young's module that works