From: Colm MacCarthaigh Date: Mon, 24 Oct 2005 00:43:40 +0000 (+0000) Subject: These days in most cases, "all bound IP addresses" means :: and 0.0.0.0 X-Git-Tag: 2.3.0~2844 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f4f3233d490440327a8b47d83cf95d774fb42f3;p=thirdparty%2Fapache%2Fhttpd.git These days in most cases, "all bound IP addresses" means :: and 0.0.0.0 or even just ::. Rather than confuse users by trying to explain this in the configuration, simply remove the now-erroneous reference to 0.0.0.0. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@327892 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/httpd.conf.in b/docs/conf/httpd.conf.in index cc5c22e93b2..960bfaa6f4f 100644 --- a/docs/conf/httpd.conf.in +++ b/docs/conf/httpd.conf.in @@ -34,7 +34,7 @@ ServerRoot "@@ServerRoot@@" # directive. # # Change this to Listen on specific IP addresses as shown below to -# prevent Apache from glomming onto all bound IP addresses (0.0.0.0) +# prevent Apache from glomming onto all bound IP addresses. # #Listen 12.34.56.78:80 Listen @@Port@@