From 38a4327c1a03f1d40ded96ac811cfa26ef5d35ab Mon Sep 17 00:00:00 2001 From: jlam Date: Wed, 6 Mar 2002 20:19:57 +0000 Subject: Note the workaround mentioned in pkg/15570 to listen on IPv4 addresses as well as on IPv6 addresses. This closes pkg/15570. --- www/apache2/MESSAGE | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 www/apache2/MESSAGE (limited to 'www/apache2') diff --git a/www/apache2/MESSAGE b/www/apache2/MESSAGE new file mode 100644 index 00000000000..edafa1fa48f --- /dev/null +++ b/www/apache2/MESSAGE @@ -0,0 +1,9 @@ +============================================================================= +$NetBSD: MESSAGE,v 1.1 2002/03/06 20:19:57 jlam Exp $ + +If you have a kernel with both IPv4 and IPv6 enabled (options INET + INET6), +then in order to have httpd listen on IPv4 addresses as well as on IPv6 +addresses, you will need to add the following line to httpd.conf: + + Listen 0.0.0.0:80 +============================================================================= -- cgit v1.2.3