Rosebud wrote:
> When running a simple ASP script to test the new ASP install on Apache 2 
> I get an internal server error and in logs contained a  long error 
> message, that I do not understand.
>  

mod_perl 2 on Apache 2 is still experimental, and you may be
running into one of its experimental qualities :(

I however have gotten Apache::ASP to work fine on
mod_perl2/Apache2 combo, though am not running production
sites on it yet.

What version of Apache::ASP are you using?  Make sure its the
latest if you want it to work with mod_perl 2.  Also I would
recommend compiling mod_perl 2/Apache 2 with the default unix
prefork mpm on unix.  If you are using windows, I don't know
how stable that is yet.

> <%
> 
> $Response->Write("HELLO WORLD!!")
> 
> %>

This script should work fine, the error you get is deeper
in the Apache/mod_perl internals.

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