----- Original Message -----
From: "Leif Neland" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to