Re: MP2 Location and PerlModule

[prev] [thread] [next] [Date index for 2005/01/27]

From: angie ahl
Subject: Re: MP2 Location and PerlModule
Date: 23:40 on 27 Jan 2005
Hello me ;)

things appear to have changed. I can't tell me why but this works:

<IfModule mod_perl.c>
	<Location /perl_status>
	SetHandler modperl
	PerlResponseHandler Apache::Status	
	</Location>
</IfModule>

nicer if I ask myself.

angie

On Thu, 27 Jan 2005 22:02:01 +0000, angie ahl <angie.ahl@xxxxx.xxx> wrote:
> 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
> >
>

MP2 Location and PerlModule
angie ahl 22:00 on 27 Jan 2005

Re: MP2 Location and PerlModule
angie ahl 22:02 on 27 Jan 2005

Re: MP2 Location and PerlModule
angie ahl 23:40 on 27 Jan 2005

Re: MP2 Location and PerlModule
Stas Bekman 00:23 on 28 Jan 2005

Re: MP2 Location and PerlModule
Philippe M. Chiasson 06:58 on 31 Jan 2005

Generated at 12:39 on 05 Feb 2005 by mariachi v0.52