Hi Shannon,

your conf file seems to be ok.

Does/did it work when you leave the
"<IfModule ..>"-condition and / or write "<Files ~ (.*)>"?

Is modperl loaded or compiled in? After server startup does the
error log say something like:

[..]
[notice] Apache/2.0.48 (Unix) mod_perl/1.99_10 Perl/v5.9.0 mod_ssl/2.0.48 OpenSSL/0.9.6g configured -- resuming normal operations
[..]


which indicates that modperl should have been loaded?

By the way - what Apache/ModPerl version are you using?

Helmut


--On Tuesday, December 09, 2003 12:33:16 +1030 Shannon Doyle <[EMAIL PROTECTED]> wrote:


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]







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



Reply via email to