From owner-freebsd-current Mon Oct 28 21:35:38 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F356437B401 for ; Mon, 28 Oct 2002 21:35:36 -0800 (PST) Received: from smtp.internet.dk (smtp.internet.dk [194.19.140.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96D6A43E6E for ; Mon, 28 Oct 2002 21:35:35 -0800 (PST) (envelope-from leifn@neland.dk) Received: from notino (0x50c48aec.adsl-fixed.tele.dk [80.196.138.236]) (authenticated) by smtp.internet.dk (8.11.6/8.11.6/Debian/GNU) with ESMTP id g9T5ZSc12852 for ; Tue, 29 Oct 2002 06:35:28 +0100 Message-ID: <11f301c27f0d$208ed850$6d05a8c0@notino> From: "Leif Neland" To: References: <110e01c27e13$758fc530$6d05a8c0@notino> Subject: Re: Current, apache(1/2): no tcp4, only tcp6 Date: Tue, 29 Oct 2002 06:36:22 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2720.3000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ----- Original Message ----- From: "Leif Neland" To: Sent: Monday, October 28, 2002 12:49 AM Subject: Current, apache(1/2): no tcp4, only tcp6 > Some time ago my not often used testserver has stopped serving port 80, > tcp4, and only serves port 80, tcp6. > For the archives, I answer myself: http://httpd.apache.org/docs-2.0/bind.html : On some platforms, such as NetBSD, binding to the IPv6 wildcard address ("::") does not allow Apache to accept connections on IPv4 interfaces. In this situation, multiple Listen directives are required, as shown below: Listen 0.0.0.0:80 Listen [::]:0 Apache does not currently detect this, so the Listen statements must be edited manually by the administrator. --- Perhaps the port should add the two listens above to the example httpd-conf's Leif To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message