Hi,
am trying to get Apache::ASP working on a RH7.1. box for the first time.
The Apache is Red Hats 1.3.22 pre-built with Mod Perl.
I (think) I have installed Apache::ASP via the CPAN technique. It seemed to
install fine.
I have made the httpd.conf amendments as per the website.
This is what I've added to my httpd.conf
<Files ~(\.asp)>
SetHandler perl-script
PerlModule Apache::ASP
PerlHandler Apache::ASP
PerlSetVar Global .
PerlSetVar StateDir /tmp/asp
</Files>
However, when I do a httpd -t I get
"Invalid command PerlModule, perhaps mis-spelled or defined by a module not
included in the server configuration".
Any ideas? Am I doing something stupid here and/or have I missed a step(s)?
any help appreciated
joel
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]