You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by John ORourke <jo...@o-rourke.org> on 2007/03/18 22:08:34 UTC

Apache2::ServerUtil set_handlers/push_handlers query

Hi folks,

I might be having a blind moment, this is probably in the docs but 
please pity the stressed coder...

q1) can I put multiple handlers in a call, like: push_handlers( 
PerlAccessHandler=>\&access, PerlAuthenHandler=>\&authen )  ?

q2) when set_handler is called, it's only setting the handler for 
mod_perl, not overriding all apache handlers, right?

cheers
John