At 12:14 AM 12/14/99 -0800, Doug MacEachern wrote:
>On Sun, 12 Dec 1999, Bill Moseley wrote:
>
>> I'm wondering why $r->handler returns undef for perl-script handlers.
>I just dropped this into t/conf/httpd.conf:
[...]
>and ran 'make test', I see the expected results:
>handler=text/perl-module, u
On Sun, 12 Dec 1999, Bill Moseley wrote:
> 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 retur
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