Re: $r->handler returning undef

1999-12-14 Thread Bill Moseley
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

Re: $r->handler returning undef

1999-12-14 Thread Doug MacEachern
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

$r->handler returning undef

1999-12-12 Thread Bill Moseley
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