Re: MP2 Location and PerlModule
[prev]
[thread]
[next]
[Date index for 2005/01/27]
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 <angie.ahl@xxxxx.xxx> 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
>
 |
 |
Re: MP2 Location and PerlModule
angie ahl 22:02 on 27 Jan 2005
|