Hi.
I have compiled Apache2 (version 2.0.43), with mod_perl 2 (version 1.99_07-dev) on linux and installed Apache::ASP (latest version from CPAN).
I have also added the following to my httpd.conf :

PerlModule Apache::ASP
PerlSendHeader On
<Files ~ (\.asp)>
SetHandler perl-script
PerlSendHeader On
PerlHandler Apache::ASP
PerlSetVar Global .
PerlSetVar StateDir /tmp/asp
</Files>

When I try to make a request, (http or https) I get the following error:

[Sat Dec 07 11:01:18 2002] [info] Initial (No.1) HTTPS request received for child 1 (server linux:443)
No valid request object (Apache::RequestRec=SCALAR(0x829e548)) passed to ASP handler; if you are getting
this error message, you likely have a broken DSO version of mod_perl
which often occurs when using RedHat RPMs. One fix reported is to
configure "PerlSendHeader On". Another fix is to compile
statically the apache + mod_perl build as RedHat RPMs have been trouble.
Please check FAQ or mod_perl archives for more information.

I have compiled apache2 and mod_perl from scratch so the error above seems a bit strange.
It is probably something simple wrong in my config, but I am confused.

Any help is greatly appreciated.

Regards
Richard


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to