Commit 4fa3aa4a authored by Colm MacCarthaigh's avatar Colm MacCarthaigh
Browse files

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
parent 64672272
Loading
Loading
Loading
Loading
+1 −1
Changes for docs/conf/httpd.conf.in: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -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@@