I'm wondering why $r->handler returns undef for perl-script handlers.
I'd like to be able to tally the number of requests by type: perl-script,
cgi-script, and other (.html, image) requests. $r->handler returns
cgi-script as expected, but returns undef for perl-script.
I'm checking $r->handler in a PerlLogHandler.
I was also looking to further break down the perl-script requests. I
looked into using $r->current_callback() in a PerlDisapatchHandler, but I'm
unclear how to continue processing the request when the PerlDispatchHandler
is passed a module name instead of a code reference.
What I'm really after is an idea of what percent of requests require mod_perl.
Any suggestions?
Bill Moseley
mailto:[EMAIL PROTECTED]