summaryrefslogtreecommitdiffstats
path: root/docs/conf
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2002-11-04 18:19:21 +0100
committerRich Bowen <rbowen@apache.org>2002-11-04 18:19:21 +0100
commit04da9bbe3933a6343a77a033acf6586924f13f87 (patch)
tree27bd9ebbb097a9417ab26b8a7e0ae90bdf48ca75 /docs/conf
parentSmall performance tweaks to net_time_filter and core_input_filter. (diff)
downloadapache2-04da9bbe3933a6343a77a033acf6586924f13f87.tar.xz
apache2-04da9bbe3933a6343a77a033acf6586924f13f87.zip
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
Diffstat (limited to 'docs/conf')
-rw-r--r--docs/conf/httpd-std.conf.in2
-rw-r--r--docs/conf/httpd-win.conf2
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 <VirtualHost>
+# ports, instead of the default. See also the <VirtualHost>
# 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 <VirtualHost>
+# ports, instead of the default. See also the <VirtualHost>
# directive.
#
# Change this to Listen on specific IP addresses as shown below to