From 8b99b488f0af0628d6a0637e58de101760dd1b0c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Wed, 12 Jan 2005 16:05:23 +0000 Subject: [PATCH] - add ipv6 compatible Listen Changed files: apache1-httpd.conf -> 1.8 --- apache1-httpd.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apache1-httpd.conf b/apache1-httpd.conf index 3671f16..b29924d 100644 --- a/apache1-httpd.conf +++ b/apache1-httpd.conf @@ -46,6 +46,11 @@ Include conf.d/*.conf #BindAddress * Listen 80 +# Listen can take two arguments. +# (this is an extension for supporting IPv6 addresses) +#Listen :: 80 +#Listen 0.0.0.0 80 + ### ### Performance settings Section ### -- 2.44.0