From: Rich Bowen Date: Mon, 4 Nov 2002 17:19:21 +0000 (+0000) Subject: Setting Listen changes where you are listening. Hence, s/in addition X-Git-Tag: 2.0.44~160 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=04da9bbe3933a6343a77a033acf6586924f13f87;p=apache Setting Listen changes where you are listening. Hence, s/in addition to/instead of/ Thanks to Peter Nelson for pointing this out. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97391 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/httpd-std.conf.in b/docs/conf/httpd-std.conf.in index 3382eda248..de2171330f 100644 --- a/docs/conf/httpd-std.conf.in +++ b/docs/conf/httpd-std.conf.in @@ -207,7 +207,7 @@ MaxRequestsPerChild 0 # # Listen: Allows you to bind Apache to specific IP addresses and/or -# ports, in addition to the default. See also the +# ports, instead of the default. See also the # directive. # # Change this to Listen on specific IP addresses as shown below to diff --git a/docs/conf/httpd-win.conf b/docs/conf/httpd-win.conf index f9b4a11f57..2c226af518 100644 --- a/docs/conf/httpd-win.conf +++ b/docs/conf/httpd-win.conf @@ -110,7 +110,7 @@ MaxRequestsPerChild 0 # # Listen: Allows you to bind Apache to specific IP addresses and/or -# ports, in addition to the default. See also the +# ports, instead of the default. See also the # directive. # # Change this to Listen on specific IP addresses as shown below to