Commit 66570414 authored by Richard Bowen's avatar Richard Bowen
Browse files

More typo, broken link patches from Daniel Gruno. rumble at cord dk


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1301748 13f79535-47bb-0310-9956-ffa450edef68
parent bd1add9d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1470,7 +1470,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>

+1 −1
Original line number Diff line number Diff line
@@ -155,7 +155,7 @@ with mod_rewrite</a>, it is seldom the right way. Creating individual
event that you have an enormous number of virtual hosts, consider using
<module>mod_vhost_alias</module> to create these hosts automatically.</p>

<p>Third-party modules such as <a href="link_needed">mod_macro</a> are
<p>Third-party modules such as <a href="http://people.apache.org/~fabien/mod_macro/">mod_macro</a> are
also useful for creating a large number of virtual hosts dynamically.</p>

<p>Using <module>mod_rewrite</module> for vitualhost creation may be
+1 −1
Original line number Diff line number Diff line
@@ -94,7 +94,7 @@ ProxyPassReverse / http://old.example.com/
    
    <p>Consider using either <directive
    module="mod_proxy">ProxyPass</directive> or <directive
    module="mod_rewrite">ProxyPassMatch</directive> whenever possible in
    module="mod_proxy">ProxyPassMatch</directive> whenever possible in
    preference to mod_rewrite.</p>
    </dd>
  </dl>
+2 −2
Original line number Diff line number Diff line
@@ -249,7 +249,7 @@ RewriteRule ^(.*).html$ $1.php<br />
    &lt;Directory&gt; block or in a .htaccess file), so that the
    <code>-f</code> checks are looking at the correct directory path.
    You may need to set a <directive
    module="mod_rewite">RewriteBase</directive> directive to specify the
    module="mod_rewrite">RewriteBase</directive> directive to specify the
    directory base that you're working in.</p>
    </dd>
  </dl>
@@ -275,7 +275,7 @@ RewriteRule ^(.*).html$ $1.php<br />
        <dd>

<p>The very best way to solve this doesn't involve mod_rewrite at all,
but rather uses the <directive module="alias">Redirect</directive>
but rather uses the <directive module="mod_alias">Redirect</directive>
directive placed in a virtual host for the non-canonical
hostname(s).</p>

+1 −1
Original line number Diff line number Diff line
@@ -93,7 +93,7 @@ to work all the time, because it can suppress useful error messages
about missing modules.</p>

<p>In the following example, the <directive
module="mod_mime_magic">MimeMagicFiles</directive> directive will be
module="mod_mime_magic">MimeMagicFile</directive> directive will be
applied only if <module>mod_mime_magic</module> is available.</p>

<example>
Loading