From: Colm MacCarthaigh Date: Mon, 24 Oct 2005 01:01:45 +0000 (+0000) Subject: Merge r327892 from trunk: X-Git-Tag: 2.1.9~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31a8f372877e822333ad69781e874b30c4f151c5;p=thirdparty%2Fapache%2Fhttpd.git Merge r327892 from trunk: 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/branches/2.2.x@327896 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@@