]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge r327892 from trunk:
authorColm MacCarthaigh <colm@apache.org>
Mon, 24 Oct 2005 01:01:45 +0000 (01:01 +0000)
committerColm MacCarthaigh <colm@apache.org>
Mon, 24 Oct 2005 01:01:45 +0000 (01:01 +0000)
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

docs/conf/httpd.conf.in

index cc5c22e93b252b208ae926cf7a5487f01c515402..960bfaa6f4f1d0f35962b64acf4fc0b3a65621cb 100644 (file)
@@ -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@@