diff options
-rw-r--r-- | docs/manual/bind.xml | 2 | ||||
-rw-r--r-- | docs/manual/mod/mod_proxy.xml | 2 | ||||
-rw-r--r-- | 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 - <a href="vhosts.html">Virtual Host</a> feature, which determines how + <a href="vhosts">Virtual Host</a> feature, which determines how <code>httpd</code> responds to different IP addresses, hostnames and ports.</p> 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</description> </dl> <p>As a degenerate case, a <em>SubNet</em> with 32 valid bits is the - equivalent to an <var><a href="#ipadr">IPAddr</a></var>, while a <var>SubNet</var> with zero + equivalent to an <var><a href="#ipaddr">IPAddr</a></var>, while a <var>SubNet</var> with zero valid bits (<em>e.g.</em>, 0.0.0.0/0) is the same as the constant <var>_Default_</var>, matching any IP address.</p></dd> 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 <module>mod_rewrite</module></title> <p>This extract from <code>httpd.conf</code> does the same - thing as <a href="#simple">the first example</a>. The first + thing as <a href="#per-hostname">the first example</a>. The first half is very similar to the corresponding part above, except for some changes, required for backward compatibility and to make the <code>mod_rewrite</code> part work properly; the second half |