Re: $PerlConfig broken

2006-07-26 Thread Andreas J. Koenig
> On Mon, 17 Jul 2006 13:04:58 -0700, "Philippe M. Chiasson" <[EMAIL > PROTECTED]> said: >> [Mon Jul 17 12:52:15 2006] [warn] The Alias directive in mod_perl at line 1 >> will probably never match because it overlaps an earlier Alias. > The attached patch should address this problem

Re: $PerlConfig broken

2006-07-17 Thread Philippe M. Chiasson
Andreas J. Koenig wrote: >> On Mon, 10 Jul 2006 12:20:30 -0700, "Philippe M. Chiasson" <[EMAIL >> PROTECTED]> said: > > >> ok, thanks for trying :) > >> > >> I'm including gozer here, since he is the main PerlConfig guy - I > >> wouldn't want to step on his toes trying to implement a

Re: $PerlConfig broken

2006-07-17 Thread Philip M. Gollucci
[Mon Jul 17 12:52:15 2006] [warn] The Alias directive in mod_perl at line 1 will probably never match because it overlaps an earlier Alias. We actually get 2 of these during every 'make test' been driving me bonkers, but I've been able to "ignore" them . Would be great to track down :) --

Re: $PerlConfig broken

2006-07-17 Thread Andreas J. Koenig
> On Mon, 10 Jul 2006 12:20:30 -0700, "Philippe M. Chiasson" <[EMAIL > PROTECTED]> said: >> ok, thanks for trying :) >> >> I'm including gozer here, since he is the main PerlConfig guy - I >> wouldn't want to step on his toes trying to implement a fix for this >> issue. but it we h

Re: $PerlConfig broken

2006-07-10 Thread Philippe M. Chiasson
Geoffrey Young wrote: >> > this patch seems to have stalled: >> >> > http://marc2.theaimsgroup.com/?l=apache-modperl-dev&m=114021879222434&w=2 >> >> > can you give it a whirl and see if it fixes things? >> >> Thanks! >> >> It doesn't fix the bug I reported. >> >> But it brings me closer to a

Re: $PerlConfig broken

2006-07-10 Thread Geoffrey Young
> > this patch seems to have stalled: > > > http://marc2.theaimsgroup.com/?l=apache-modperl-dev&m=114021879222434&w=2 > > > can you give it a whirl and see if it fixes things? > > Thanks! > > It doesn't fix the bug I reported. > > But it brings me closer to a workaround. It allows me to

Re: $PerlConfig broken

2006-07-09 Thread Andreas J. Koenig
> On Sun, 09 Jul 2006 01:15:40 -0700, "Philip M. Gollucci" <[EMAIL > PROTECTED]> said: > Philip M. Gollucci wrote: >> Andreas J. Koenig wrote: >>> > http://marc2.theaimsgroup.com/?l=apache-modperl-dev&m=114021879222434&w=2 >> Since Geoff was previously involved, I'll let him handle t

Re: $PerlConfig broken

2006-07-09 Thread Philip M. Gollucci
Philip M. Gollucci wrote: > Andreas J. Koenig wrote: >> > http://marc2.theaimsgroup.com/?l=apache-modperl-dev&m=114021879222434&w=2 > Since Geoff was previously involved, I'll let him handle this, but I'm +1 for > the patch > as add_config() takes a scalar string not an array, so dump_special()

Re: $PerlConfig broken

2006-07-08 Thread Philip M. Gollucci
Andreas J. Koenig wrote: > > http://marc2.theaimsgroup.com/?l=apache-modperl-dev&m=114021879222434&w=2 Since Geoff was previously involved, I'll let him handle this, but I'm +1 for the patch as add_config() takes a scalar string not an array, so dump_special() as writting is clearly wrong. The

Re: $PerlConfig broken

2006-07-08 Thread Andreas J. Koenig
> On Fri, 07 Jul 2006 08:44:37 -0400, Geoffrey Young <[EMAIL PROTECTED]> > said: >> This piece works: >> >> >> $PerlConfig = "Alias /ping/ /tmp/ping/\n"; >> >> >> >> >> >> But the following doesn't: >> >> >> $PerlConfig = "Alias /ping/ /tmp/ping/ >> >> >> "; >>

$PerlConfig broken

2006-07-06 Thread Andreas J. Koenig
My installation is Debian based which has some apache 2.0.55-4 and some modperl 2.0.2-2. Let me know if you need further details. My configuration is nearly completely the default one and I have only one section which I keep in a separate file and which I "Include" from the default apache2.conf.