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); ?
- Apache::Request->new() problem Herrington, Jack
- Re: Apache::Request->new() problem Doug MacEachern
- RE: Apache::Request->new() problem Geoffrey Young
- RE: Apache::Request->new() problem Herrington, Jack
- RE: Apache::Request->new() problem Geoffrey Young
- Re: Apache::Request->new() problem Maurizio Cimaschi
- RE: Apache::Request->new() problem Herrington, Jack
- Doug MacEachern