#
   # 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?

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


Eraser wrote:
> 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?
>

How is your Apache::ASP configured to run in httpd.conf?
There is a new config directive in mod_perl 2, but you probably
need to still use the old perl-script directive instead.

Make sure as much as possible is the same as you used to
do things in apache 1.3.x ... failing this, you might post to
the mod_perl list about why the Apache object does not
have register_cleanup defined for it.

If nothing else works, I would downgrade to apache 1.3.x
and mod_perl 1.2x

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