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 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 Apache::Test ends

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:

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 with the

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