From: Rich Bowen Date: Mon, 4 Nov 2002 17:20:19 +0000 (+0000) Subject: Setting Listen changes where you are listening. Hence, s/in addition X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ce947f6684e28b5692138a7533e4d0b2f8c0944;p=thirdparty%2Fapache%2Fhttpd.git 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/branches/1.3.x@97392 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/conf/httpd.conf-dist b/conf/httpd.conf-dist index 3c755517943..f136bc8a2dd 100644 --- a/conf/httpd.conf-dist +++ b/conf/httpd.conf-dist @@ -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 +# ports, instead of the default. See also the # directive. # #Listen 3000 diff --git a/conf/httpd.conf-dist-nw b/conf/httpd.conf-dist-nw index 3e1a5fffe54..ab448dffb2e 100644 --- a/conf/httpd.conf-dist-nw +++ b/conf/httpd.conf-dist-nw @@ -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 +# ports, instead of the default. See also the # directive. # #Listen 3000 diff --git a/conf/httpd.conf-dist-win b/conf/httpd.conf-dist-win index fa2835a78cf..de9d8e87542 100644 --- a/conf/httpd.conf-dist-win +++ b/conf/httpd.conf-dist-win @@ -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 +# ports, instead of the default. See also the # directive. # #Listen 3000