"Wang, Pin-Chieh" wrote:
> 
>      <Location /asp/>
>         SetHandler perl-script
>         PerlHandler Apache:ASP
>         PerlSetVar Global /tmp
>      </Location>
> 
> When I call http://host/eg/index.html to test asp I got
>         #!/usr/local/bin/perl5 asp
>         [0]%>>    ([0]%>>source)
> 

Make sure you got the .htaccess file from the site/eg 
example directory .. the problem here is that your ASP
config has not been activated.  You could also try setting
the Location to /eg/

--Josh

Reply via email to