Hi all...
I've noticed that get_handlers() will return the enabled handlers
for a PerlPostReadRequestHandler, but not when it is specified as a
PerlInitHandler (either by calling
$r->get_handlers('PerlPostReadRequestHandler') or
$r->get_handlers('PerlInitHandler'). It is the same with
PerlHeaderParserHandler. An oversight?
Also, I can't get anything for PerlCleanupHandlers, which kinda
makes sense, since Cleanup isn't really a phase, per se (at least according
to the book). Does it make sense to add this to get_handlers() as well?
hope everone is well...
--Geoff