From 04da9bbe3933a6343a77a033acf6586924f13f87 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Mon, 4 Nov 2002 17:19:21 +0000 Subject: [PATCH] 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 --- docs/conf/httpd-std.conf.in | 2 +- docs/conf/httpd-win.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.40.0