On Tue, 26 Sep 2000, Herrington, Jack wrote:

> I'm using Mason in process with mod_perl.  I have also tried using mod_perl
> handlers direct with Apache::Request with no success.

what do you see if you configure Apache::Status and open the url:
/perl-status?Apache::Request

?

also, any difference if you change Apache/Request.pm from:
__PACKAGE__->mod_perl::boot($VERSION);

to:

DynaLoader::bootstrap(__PACKAGE__, $VERSION);

?

Reply via email to