I have an Apache server version 1.3.12 installed on a solaris machine.
I'm trying to make ASP's work. I installed the mod_perl and the
Apache::ASP and I added in the httpd.conf file the followin directive
      <Location /asp/>
       SetHandler perl-script
       PerlHandler Apache::ASP
       PerlSetVar Global /tmp
      </Location>

but the ASP's do not work. Actually the server handles the .asp files as
if they were text files (I get the source on my browser's window).

Is there something that I could do?

Sofoklis

Reply via email to