diff options
author | jlam <jlam> | 2002-03-06 20:19:57 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-03-06 20:19:57 +0000 |
commit | 38a4327c1a03f1d40ded96ac811cfa26ef5d35ab (patch) | |
tree | c18dcb664ef5e5377f756a4af69d409981865e48 /www/apache2 | |
parent | 0dd1216b7abdb826b5d7ffba10a666ce074e267a (diff) | |
download | pkgsrc-38a4327c1a03f1d40ded96ac811cfa26ef5d35ab.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/apache2')
-rw-r--r-- | www/apache2/MESSAGE | 9 |
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 +============================================================================= |