Re: Apache::Test on FreeBSD

2004-02-12 Thread Stas Bekman
Andrew Wyllie wrote: So, after rereading my previous post, I found one slight difference (funny how it works that way sometimes). When I used telnet to connect to the server, it used '::1' as an address for localhost as opposed to 127.0.0.1 . So I changed all the refs to localhost in httpd.c

Re: Apache::Test on FreeBSD

2004-02-04 Thread Andrew Wyllie
On Wednesday, Feb 4, 2004, at 18:10 US/Eastern, Ged Haywood wrote: Hi there, On Wed, 4 Feb 2004, Andrew Wyllie wrote: after rereading my previous post, I found one slight difference (funny how it works that way sometimes). :) (Actually, having a beer and reading it again...) When I used telnet

Re: Apache::Test on FreeBSD

2004-02-04 Thread Ged Haywood
Hi there, On Wed, 4 Feb 2004, Andrew Wyllie wrote: > after rereading my previous post, I found one slight difference > (funny how it works that way sometimes). :) > When I used telnet to connect to the server, it used '::1' as an > address for localhost as opposed to 127.0.0.1 . So I changed

Re: Apache::Test on FreeBSD

2004-02-04 Thread Andrew Wyllie
So, after rereading my previous post, I found one slight difference (funny how it works that way sometimes). When I used telnet to connect to the server, it used '::1' as an address for localhost as opposed to 127.0.0.1 . So I changed all the refs to localhost in httpd.conf to ::1 and sure e

Apache::Test on FreeBSD

2004-02-04 Thread Andrew Wyllie
Hi all, I managed to get the tests to run after applying the ipv6.patch that Stas posted the other day, but none (or not many tests are passing). I think the problem is not in the server though, I think it has something to do with Apache::Test (or possibly perl's IO::Socket module). I can s