I was wondering if you could tell me where in the httpd>conf file to put these lines:
 
<Files ~ (\.asp)>   
   SetHandler  perl-script
   PerlModule  Apache::ASP
   PerlHandler Apache::ASP
   PerlSetVar  Global /tmp
   PerlSetVar  StateDir /tmp/asp
</Files>
because I've tried placing it in a few different places and everytime I try to run an ASP page off the webserver it gives me an internal server error. Your help would be great.
 
Quan Mac

Reply via email to