Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Oct 2002 06:36:22 +0100
From:      "Leif Neland" <leifn@neland.dk>
To:        <freebsd-current@FreeBSD.ORG>
Subject:   Re: Current, apache(1/2): no tcp4, only tcp6
Message-ID:  <11f301c27f0d$208ed850$6d05a8c0@notino>
References:  <110e01c27e13$758fc530$6d05a8c0@notino>

next in thread | previous in thread | raw e-mail | index | archive | help

----- Original Message -----
From: "Leif Neland" <leifn@neland.dk>
To: <freebsd-current@FreeBSD.ORG>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?11f301c27f0d$208ed850$6d05a8c0>