in reply to Re: mod_perl2 and CGI-parameters
in thread mod_perl2 and CGI-parameters //SOLVED//

Thanks.

Of course libapreq2, that is why my search on ppm turned up empty, Apache2::Request actually lives inside the libapreq2 distribution. I thought -erroneously as it appears- that it would have been installed when I installed mod_perl.

CountZero

"If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law

Replies are listed 'Best First'.
Re^3: mod_perl2 and CGI-parameters
by clinton (Priest) on Aug 28, 2006 at 16:43 UTC
    It isn't installed automatically with mod_perl because, although it is maintained by the mod_perl developers, it is an Apache module which makes request parsing available to other non-perl related Apache modules.