> > I have finally gotten Apache::ASP to work, and once again, it was down to my > > error. > > I forgot to add "PerlModule Apache2" to the httpd.conf. > > After adding this, everything worked as expected. > > > > What was the error before adding PerlModule Apache2 ? > I can have Apache::ASP automatically try to load that instead > when it loads up. I thought I had that covered by loading > Apache::compat ...
Below is the error I receive without PerlModule Apache2: [Mon Dec 09 19:59:41 2002] [info] Server built: Dec 8 2002 14:56:25 No valid request object (Apache::RequestRec=SCALAR(0x81a16ac)) 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. Placing PerlModule Apache2 in httpd.conf fixes all problems. Richard --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
