Re: Apache2::Request->new fails silently?

2007-06-26 Thread Eric Adum
Ack -- ignore that, problem solved. I wasn't loading the apreq2 module in my apache2.conf file. On 6/26/07, Eric Adum <[EMAIL PROTECTED]> wrote: Hi, I'm trying to write a handler for mod_perl 2.0. I have a sub of the form sub handler { my $r = shift; my $req = Apache2:

Apache2::Request->new fails silently?

2007-06-26 Thread Eric Adum
Hi, I'm trying to write a handler for mod_perl 2.0. I have a sub of the form sub handler { my $r = shift; my $req = Apache2::Request->new($r); print "Something."; return Apache2::Const::OK(); } When I go to the URL associated with the handler, I get a blank page, nothing in the error l