hi

i start installing Apache::ASP on my apache

and from their website i didn't find any other contact but you guys

when i add following lines to my apache config file (httpd.conf)

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

I start geting this:

su-2.04# /usr/local/apache/bin/apachectl configtest
Syntax error on line 1242 of /usr/local/apache/conf/httpd.conf:
Invalid command 'PerlHandler', perhaps mis-spelled or defined by a module
not included in the server configuration
su-2.04#

what am I doing wrong?

Reply via email to