Omar Chicas wrote:
> I don't know what else to do but my configurations are:
> the
>  <Files ~ (\.asp)>   
>    SetHandler  perl-script
>    PerlModule  Apache::ASP
>    PerlHandler Apache::ASP
>    PerlSetVar  Global .
>    PerlSetVar  StateDir /tmp/asp
> </Files>
>  
>   <Perl>
>    *CORE::GLOBAL::flock = sub { 1 };
>   </Perl>
>   PerlModule  Apache::ASP
> 

The Apache::ASP support list is at [EMAIL PROTECTED]

You might make sure that StateDir points to a valid directory.
/tmp is a unix type directory ( you can create c:/tmp in windows too )

To really start diagnosing the errors though, we will need to
know what is in the error_log for that internal server error.

--Josh

________________________________________________________________
Josh Chamas, Founder                   phone:714-625-4051
Chamas Enterprises Inc.                http://www.chamas.com
NodeWorks Link Checking                http://www.nodeworks.com

Reply via email to