Return-Path: Delivered-To: apmail-httpd-test-dev-archive@www.apache.org Received: (qmail 15552 invoked from network); 30 Mar 2004 20:25:27 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 30 Mar 2004 20:25:27 -0000 Received: (qmail 82660 invoked by uid 500); 30 Mar 2004 20:25:16 -0000 Delivered-To: apmail-httpd-test-dev-archive@httpd.apache.org Received: (qmail 82633 invoked by uid 500); 30 Mar 2004 20:25:16 -0000 Mailing-List: contact test-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: test-dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list test-dev@httpd.apache.org Received: (qmail 82619 invoked from network); 30 Mar 2004 20:25:16 -0000 Received: from unknown (HELO secure.exclamationlabs.net) (66.77.29.182) by daedalus.apache.org with SMTP; 30 Mar 2004 20:25:16 -0000 Received: from modperlcookbook.org (pcp05675728pcs.walngs01.pa.comcast.net [69.139.161.218]) (authenticated (0 bits)) by secure.exclamationlabs.net (8.11.6/8.11.6) with ESMTP id i2UKPFP05603 for ; Tue, 30 Mar 2004 14:25:15 -0600 Message-ID: <4069D7AA.5060904@modperlcookbook.org> Date: Tue, 30 Mar 2004 15:25:14 -0500 From: Geoffrey Young User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.1) Gecko/20031030 X-Accept-Language: en-us, en MIME-Version: 1.0 To: test-dev@httpd.apache.org Subject: Re: [Patch] Better IPv6 detection and configuration References: <1080602853.6422.18.camel@localhost.localdomain> <20040330080428.GA24430@redhat.com> <1080677497.23388.5.camel@localhost.localdomain> <1080678063.23388.10.camel@localhost.localdomain> In-Reply-To: <1080678063.23388.10.camel@localhost.localdomain> X-Enigmail-Version: 0.76.8.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N > 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 start up your test config then, say, hit it from a browser on a different box. as it is now, you have to hand-edit the generated httpd.conf for that (or at least I did) http://use.perl.org/~geoff/journal/17972 --Geoff