Let me see if I can answer this one.
Your sample code does not use Apache::Request at all. by the way, in the
latest release of modperl RC5, Apache::Request is now renamed to
Apache2::Request. You probably can guess why.
If you wish to use the Apache::Request object, you need to first load
the
On Fri, Apr 29, 2005 at 01:56:20PM -0400, Geoffrey Young wrote:
>
> > [error] [client 127.0.0.1] failed to resolve handler `Jadevine::Hello':
> > Apache::Request: httpd must load mod_apreq.so first
>
> try adding
>
> LoadModule apreq_module modules/mod_apreq.so
>
> in your httpd.conf.
Ah, b
I'd get upgraded to MP2 1999.22 if I were you. Stas told me I should
as things changed between your version and it, this whole use Apache2
thing has gone:
http://perl.apache.org/docs/2.0/rename.html
I figured I'd have to do it eventually and things are now running smoother.
of course, if you ca
Stephen Quinney <[EMAIL PROTECTED]> writes:
> I have tried putting the "use" statements in every order imaginable
> without any joy so I'm not sure what the error is trying to get me to
> do to correct the problem.
It's a server-config issue. You need to add a
LoadModule apreq_module modules/
> [error] [client 127.0.0.1] failed to resolve handler `Jadevine::Hello':
> Apache::Request: httpd must load mod_apreq.so first
try adding
LoadModule apreq_module modules/mod_apreq.so
in your httpd.conf.
--Geoff
I've been having problems with the Apache::Request module (from
libapreq2) and mod_perl2 for a while now and I've not come up with a
decent solution. I am using the Debian packages but I didn't get a
response from the maintainer so I hope someone here can enlighten me.
This is with libapreq2-2.04_