Hi,
I installed Apache1.3.14 with mod_perl 1.24_01 on Solaris Using ActiveState
Perl 5.6
I configure with DSO

Apache seems to be running O.K.

But when I downloaded Apache-ASP-2.07 
and followed the instruction 
>Perl Makefile.PL
>make
>make test
>make install

I then added the following lines into httpd.conf
<Directory "/usr/local/apache/htdocs/eg">
Options All
AllowOverride All
Order allow,deny
Allow from all
</Directory>
<Location /asp>
SetHandler perl-script
PerlHandler Apache::ASP
PerlSetVar Global /tmp
</Location>

then I copy the site/eg directory into /usr/local/apache/htdocs/eg
when I run /usr/local/apache/bin/apachectl configtest I got the following
message
Invalid Command 'PerlHandler' perhaps mis spelled or defined by module not
included in the server configuration.

Any body can point me in the right direction? 

Thanks

PC Wang

Reply via email to