Re: [Patch] Better IPv6 detection and configuration

2004-03-30 Thread Philippe M. Chiasson
On Tue, 2004-03-30 at 15:25 -0500, Geoffrey Young wrote: > > Something like this will most likely work for everyone (ipv4/v6) with > > the only difference is that the test servers are not listening to > > localhost anymore and could be reached from oustide machines (do we > > care?) > > I actually

Re: [Patch] Better IPv6 detection and configuration

2004-03-30 Thread Geoffrey Young
> Something like this will most likely work for everyone (ipv4/v6) with > the only difference is that the test servers are not listening to > localhost anymore and could be reached from oustide machines (do we > care?) I actually find that a nice feature, as it means you can use t/TEST -start to

Re: [Patch] Better IPv6 detection and configuration

2004-03-30 Thread Philippe M. Chiasson
On Tue, 2004-03-30 at 12:11 -0800, Philippe M. Chiasson wrote: > On Tue, 2004-03-30 at 09:04 +0100, Joe Orton wrote: > > Would it not be simpler to just change the Listen statements to be > > > > "Listen 0.0.0.0:port" by default and avoid the IPv6 issue entirely? > > Well, this patch was trying t

Re: [Patch] Better IPv6 detection and configuration

2004-03-30 Thread Philippe M. Chiasson
On Tue, 2004-03-30 at 09:04 +0100, Joe Orton wrote: > Would it not be simpler to just change the Listen statements to be > > "Listen 0.0.0.0:port" by default and avoid the IPv6 issue entirely? Well, this patch was trying to be somewhat smart about IPv6, but if people feel it's adequate to listen

Re: [Patch] Better IPv6 detection and configuration

2004-03-30 Thread Joe Orton
Would it not be simpler to just change the Listen statements to be "Listen 0.0.0.0:port" by default and avoid the IPv6 issue entirely? joe

RegEx Support in Flood...

2004-03-30 Thread Donald Doane
I just recently did a build of Flood on Linux and am having trouble getting it to pick up "libpcre" and "libpcreposix". As a result I believe the responsetemplate matching isn't working; "flood_round_robin::regexec()" keeps returning a "REG_ASSERT". Does anyone know how to get Flood to build wi

Re: [Patch] Better IPv6 detection and configuration

2004-03-30 Thread Stas Bekman
Philippe M. Chiasson wrote: On Mon, 2004-03-29 at 17:13 -0800, Stas Bekman wrote: Philippe M. Chiasson wrote: On Mon, 2004-03-29 at 17:03 -0800, Stas Bekman wrote: Philippe M. Chiasson wrote: +error "Socket6 not installed"; +error "Test might fail if your hostname:

Re: [Patch] Better IPv6 detection and configuration

2004-03-30 Thread Philippe M. Chiasson
On Mon, 2004-03-29 at 17:13 -0800, Stas Bekman wrote: > Philippe M. Chiasson wrote: > > On Mon, 2004-03-29 at 17:03 -0800, Stas Bekman wrote: > > > >>Philippe M. Chiasson wrote: > >> > >> > >>>+error "Socket6 not installed"; > >>>+error "Test might fail if your host

Re: [Patch] Better IPv6 detection and configuration

2004-03-30 Thread Stas Bekman
Philippe M. Chiasson wrote: On Mon, 2004-03-29 at 17:03 -0800, Stas Bekman wrote: Philippe M. Chiasson wrote: +error "Socket6 not installed"; +error "Test might fail if your hostname: '$name' has an IPv6 address"; not too clear what to do in case of a problem, and

Re: [Patch] Better IPv6 detection and configuration

2004-03-30 Thread Philippe M. Chiasson
On Mon, 2004-03-29 at 17:03 -0800, Stas Bekman wrote: > Philippe M. Chiasson wrote: > > > +error "Socket6 not installed"; > > +error "Test might fail if your hostname: '$name' has an > > IPv6 address"; > > not too clear what to do in case of a problem, and what co

Re: [Patch] Better IPv6 detection and configuration

2004-03-30 Thread Stas Bekman
Philippe M. Chiasson wrote: +error "Socket6 not installed"; +error "Test might fail if your hostname: '$name' has an IPv6 address"; not too clear what to do in case of a problem, and what consitutes a problem. something like this? error << EOI; Your system is co

Re: [Patch] Better IPv6 detection and configuration

2004-03-30 Thread Philippe M. Chiasson
On Mon, 2004-03-29 at 16:21 -0800, Stas Bekman wrote: > Philippe M. Chiasson wrote: > > On Mon, 2004-03-29 at 15:43 -0800, Stas Bekman wrote: > > > >>Philippe M. Chiasson wrote: > >> > >>>After a bit of poking around different flavors of IPv6 systems, I've > >>>encountered a few situations where A

Re: [Patch] Better IPv6 detection and configuration

2004-03-30 Thread Stas Bekman
Philippe M. Chiasson wrote: On Mon, 2004-03-29 at 15:43 -0800, Stas Bekman wrote: Philippe M. Chiasson wrote: After a bit of poking around different flavors of IPv6 systems, I've encountered a few situations where Apache::Test ends up configuring httpd in a way that can't be tested. This typically

Re: [Patch] Better IPv6 detection and configuration

2004-03-30 Thread Philippe M. Chiasson
On Mon, 2004-03-29 at 15:43 -0800, Stas Bekman wrote: > Philippe M. Chiasson wrote: > > After a bit of poking around different flavors of IPv6 systems, I've > > encountered a few situations where Apache::Test ends up configuring > > httpd in a way that can't be tested. > > > > This typically only