Hi People,

Just got Apache:ASP installed on my mandrake 8.2 standard install box and
was wondering how I get this to parse .asp files correctly under a virtual
host.

Currently I have the following in the <virtualhost> tags along with the
usual stuff for a virt host.

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

While httpd starts ok, whenever a .asp file is called from a browser the
file is displayed however it ignores all asp functions, ie included files
etc.

Any help would be appreciated.

Cheers,


Shannon



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

Reply via email to