From 700e98fa9abcfa658913c2a9ae7b7a2c732a3e92 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Fri, 16 Mar 2012 20:24:09 +0000 Subject: [PATCH] Various typos and broken links. Daniel Gruno. rumble at cord dot dk git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1301742 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/bind.xml | 2 +- docs/manual/mod/mod_proxy.xml | 2 +- docs/manual/rewrite/vhosts.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manual/bind.xml b/docs/manual/bind.xml index f64ced7d97..b74c53a0bd 100644 --- a/docs/manual/bind.xml +++ b/docs/manual/bind.xml @@ -51,7 +51,7 @@ it listens to all addresses on the machine. However, it may need to be told to listen on specific ports, or only on selected addresses, or a combination of both. This is often combined with the - Virtual Host feature, which determines how + Virtual Host feature, which determines how httpd responds to different IP addresses, hostnames and ports.

diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index 11f2fa0ec0..de26f3645d 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -1558,7 +1558,7 @@ directly

As a degenerate case, a SubNet with 32 valid bits is the - equivalent to an IPAddr, while a SubNet with zero + equivalent to an IPAddr, while a SubNet with zero valid bits (e.g., 0.0.0.0/0) is the same as the constant _Default_, matching any IP address.

diff --git a/docs/manual/rewrite/vhosts.xml b/docs/manual/rewrite/vhosts.xml index 7a463dd831..1c4e05174f 100644 --- a/docs/manual/rewrite/vhosts.xml +++ b/docs/manual/rewrite/vhosts.xml @@ -116,7 +116,7 @@ dynamic content, and Alias resolution. Virtual Hosts Using mod_rewrite

This extract from httpd.conf does the same - thing as the first example. The first + thing as the first example. The first half is very similar to the corresponding part above, except for some changes, required for backward compatibility and to make the mod_rewrite part work properly; the second half -- 2.40.0