summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-03-06 20:19:57 +0000
committerjlam <jlam@pkgsrc.org>2002-03-06 20:19:57 +0000
commit3a208d4edc3cfc0b4adbd1df5d23b8c3e6c72e5a (patch)
treec18dcb664ef5e5377f756a4af69d409981865e48 /www
parenteb533911e3c2ac06bba8e0162feee8c4b50c3b28 (diff)
downloadpkgsrc-3a208d4edc3cfc0b4adbd1df5d23b8c3e6c72e5a.tar.gz
Note the workaround mentioned in pkg/15570 to listen on IPv4 addresses as
well as on IPv6 addresses. This closes pkg/15570.
Diffstat (limited to 'www')
-rw-r--r--www/apache2/MESSAGE9
1 files changed, 9 insertions, 0 deletions
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
+=============================================================================