[Thu Oct 17 19:05:00 2002] [notice] Apache/2.0.43 (Unix)
mod_perl/1.99_08-dev Perl/v5.8.0 mod_ssl/2.0.43 OpenSSL/0.9.6g PHP/4.2.3
configured -- resuming normal operations

No valid request object (Apache::RequestRec=SCALAR(0x84fe9bc)) 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.


-- This is the new error I get when I try to load PerlModule Apache::ASP in
the httpd.conf instead of PerlModule Apache2

-----Original Message-----
From: Josh Chamas [mailto:josh@;chamas.com]
Sent: Thursday, October 17, 2002 9:15 PM
To: Eraser
Cc: [EMAIL PROTECTED]
Subject: Re: Error When Running ASP Script


Eraser wrote:
>    #
>    # ASP
>    #
>     PerlModule Apache2
>     <Files ~ (\.asp)>
>        SetHandler  perl-script
>        PerlHandler Apache::ASP
>        PerlSetVar  StateDir /tmp/asp
>     </Files>
>
> -- I'm out of ideas, I've recompiled again, put everything in that was on
> Apache 1.3.x and still get the same error, above is what is in the
> httpd.conf
>
> Am I missing anything?
>

Does it help if you do not load Apache2 ?
Try to load PerlModule Apache::ASP in the httpd.conf too.

Finally, if all else fails try switching back to 1.3.x
if reporting this problem to the mod_perl list does not
help.  Reports of mod_perl2 problems should likely be
prefaced with [MP2] in the subject line.

Regards,

Josh
________________________________________________________________
Josh Chamas, Founder                   phone:925-552-0128
Chamas Enterprises Inc.                http://www.chamas.com
NodeWorks Link Checking                http://www.nodeworks.com




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

Reply via email to