ok, reinstalled everything with the latest version of Apache:ASP (2.45) with
mod_perl2 and Apache 2 on Linux. Everything is configured with the prefork
mpm.

I have no idea what is going on, does anyone?

-----Original Message-----
From: Josh Chamas [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 16, 2002 12:46 AM
To: Rosebud
Cc: [EMAIL PROTECTED]
Subject: Re: Error When Running ASP Script


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]




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

Reply via email to