> 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
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
[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 :)
--
> 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
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
> > 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
> 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
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()
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
> 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/
>>
>>
>> ";
>>
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.
11 matches
Mail list logo