Return-Path: Delivered-To: apmail-httpd-test-dev-archive@www.apache.org Received: (qmail 44297 invoked from network); 23 Feb 2005 12:54:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 23 Feb 2005 12:54:49 -0000 Received: (qmail 29770 invoked by uid 500); 23 Feb 2005 12:54:49 -0000 Delivered-To: apmail-httpd-test-dev-archive@httpd.apache.org Received: (qmail 29698 invoked by uid 500); 23 Feb 2005 12:54:48 -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 29671 invoked by uid 99); 23 Feb 2005 12:54:48 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of jorton@redhat.com designates 66.187.233.31 as permitted sender) Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 23 Feb 2005 04:54:47 -0800 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j1NCsixB018235; Wed, 23 Feb 2005 07:54:44 -0500 Received: from radish.cambridge.redhat.com (radish.cambridge.redhat.com [172.16.18.90]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j1NCshK12346; Wed, 23 Feb 2005 07:54:43 -0500 Received: from radish.cambridge.redhat.com (localhost.localdomain [127.0.0.1]) by radish.cambridge.redhat.com (8.13.1/8.12.7) with ESMTP id j1NBn4gK008766; Wed, 23 Feb 2005 11:51:16 GMT Received: (from jorton@localhost) by radish.cambridge.redhat.com (8.13.1/8.12.10/Submit) id j1NBn4qf008765; Wed, 23 Feb 2005 11:49:04 GMT Date: Wed, 23 Feb 2005 11:49:04 +0000 From: Joe Orton To: test-dev@httpd.apache.org, test-dev@perl.apache.org Cc: Justin Erenkrantz Subject: Re: Listen 0.0.0.0: is invalid Message-ID: <20050223114904.GA8727@redhat.com> Mail-Followup-To: test-dev@httpd.apache.org, test-dev@perl.apache.org, Justin Erenkrantz References: <20050223094212.GA3809@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20050223094212.GA3809@redhat.com> User-Agent: Mutt/1.4.1i X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Wed, Feb 23, 2005 at 09:42:12AM +0000, Joe Orton wrote: > On Tue, Feb 22, 2005 at 10:52:57PM -0800, Justin Erenkrantz wrote: > > The issue with this is that wildcard IP addresses aren't really supposed to > > be explicit in Listen statements. httpd has a bunch of logic for inferring > > the right IP wildcards - trying to out-guess can lead to real badness. > > Specifically, this mucks with APR's ability to set AI_PASSIVE - which is > > required for use with address that we will later call bind() on - i.e. our > > listeners. So, Listen with an IP address should only be used for real > > addresses. > > The problem was that 2.0.x will only accept connections to IPv6 > addresses with a single "Listen " Missing the critical qualifier :) "on *BSD systems which disable V4-mapped addresses by default"