]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Setting Listen changes where you are listening. Hence, s/in addition
authorRich Bowen <rbowen@apache.org>
Mon, 4 Nov 2002 17:20:19 +0000 (17:20 +0000)
committerRich Bowen <rbowen@apache.org>
Mon, 4 Nov 2002 17:20:19 +0000 (17:20 +0000)
to/instead of/
Thanks to Peter Nelson for pointing this out.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97392 13f79535-47bb-0310-9956-ffa450edef68

conf/httpd.conf-dist
conf/httpd.conf-dist-nw
conf/httpd.conf-dist-win

index 3c75551794374965fa0e1140f7ed233e87cbb498..f136bc8a2ddc125710d115439f75aa81194981bf 100644 (file)
@@ -168,7 +168,7 @@ MaxRequestsPerChild 0
 
 #
 # Listen: Allows you to bind Apache to specific IP addresses and/or
-# ports, in addition to the default. See also the <VirtualHost>
+# ports, instead of the default. See also the <VirtualHost>
 # directive.
 #
 #Listen 3000
index 3e1a5fffe54baf916a36f68fd856e8ce5eeb7a02..ab448dffb2ea350da11725910c28647cc261ccc1 100644 (file)
@@ -141,7 +141,7 @@ MaxRequestsPerChild 0
 
 #
 # Listen: Allows you to bind Apache to specific IP addresses and/or
-# ports, in addition to the default. See also the <VirtualHost>
+# ports, instead of the default. See also the <VirtualHost>
 # directive.
 #
 #Listen 3000
index fa2835a78cfbcac6e9ed0d181b46ed569221cc94..de9d8e87542fb8914828326e9aa4329c1a86a8df 100644 (file)
@@ -143,7 +143,7 @@ ThreadsPerChild 50
 
 #
 # Listen: Allows you to bind Apache to specific IP addresses and/or
-# ports, in addition to the default. See also the <VirtualHost>
+# ports, instead of the default. See also the <VirtualHost>
 # directive.
 #
 #Listen 3000