Hi,

I am using a 3rd party compiled apache module that implements a
response handler, but DECLINES all the other handlers with no
processing.

I want to do authentication in mod_perl before calling the handler,
based on some custom HTTP headers sent by the client.  I understand
that mod_perl lets you chain handlers, but that this is not a regular
apache feature.

Is there a way to use a PerlAuthenHandler and a non-perl response
handler in the same Location directive, or am I going to be stuck
writing a PerlHandler to handle the request, and spawn an apache
subrequest from that to run the other handler?  What are my best
options here?

Thanks,
Tony

-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to