I'm running Apache 1.3.26 with mod_perl mod_ssl and
open_ssl. The Apache::ASP is already configured in the
httpd.conf file I added the <Files ~ (.asp) part
and the <Perl> thing for the flock workaround
for windows. I tested an asp page and It gave me an
Internal Error In the error file came up that flock is
not implemented in my platform so it was an flock
error shouldn't <Perl> *CORE::GLOBAL::flock =
sub ( 1 );
</Perl> fix it? can anyone help me?
PS. Attached is a txt file that contains everything
about ASP fro my http.conf in case I did something
wrong please check it out...



__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com
# The following is for Apache::ASP
Alias /asp/ "C:/Apache/Apache/asp/"
<Location /asp/>
   SetHandler perl-script
   PerlHandler Apache::ASP
   PerlSetVar Global "c:/Windows/tmp"
</Location>

<Files ~ (\.asp)>
SetHandler perl-script
PerlModule Apache::ASP
PerlHandler Apache::ASP
PerlSetVar Global .
PerlSetVar StateDir c:\Apache\tmp
</Files>

  <Perl>
   *CORE::GLOBAL::flock = sub { 1 };
  </Perl>
  PerlModule  Apache::ASP


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

Reply via email to