Sorry I forgot to mention It's Apache 2 compiled with DSO on OS X Panther

Thanks

Angie


On Thu, 27 Jan 2005 22:00:12 +0000, angie ahl <[EMAIL PROTECTED]> wrote:
> 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
>

Reply via email to