Hi list
I've just installed Mod_perl/Apache 2 and am trying to just get some
basic stuff up an running before I delve in to the heavier stuff.
I've got the following in a conf file that's included into httpd.conf
<IfModule mod_perl.c>
<Location /perl_status>
PerlModule Apache::Status
SetHandler perl-script
PerlHandler Apache::Status
</Location>
</IfModule>
And Apache is giving me the following syntax error when I test the config:
PerlModule directive not allowed in a <Location> block
Is this true, it used to work with MP/Apache 1. I can't find any ref
on the net that indicates you can't use PerlModule in a Location
Directive.
Clues anyone.
Thanks
Angie