]> granicus.if.org Git - apache/commitdiff
Typo and link breakage patches for mod_rewrite docs. via Daniel Gruno
authorRich Bowen <rbowen@apache.org>
Thu, 15 Mar 2012 11:22:11 +0000 (11:22 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 15 Mar 2012 11:22:11 +0000 (11:22 +0000)
(rumble at cord dk)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1300917 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/flags.xml
docs/manual/rewrite/proxy.xml
docs/manual/rewrite/remapping.xml

index 16d69f1f5f8a0fbc946559d2364b42b640f82724..c2ae0a0df858f653a4fcbb107d3c141fe41aabdc 100644 (file)
@@ -277,7 +277,7 @@ redirects.</p>
 <section id="flag_f"><title>F|forbidden</title>
 <p>Using the [F] flag causes the server to return a 403 Forbidden status
 code to the client. While the same behavior can be accomplished using
-the <directive module="mod_access">Deny</directive> directive, this
+the <directive module="mod_access_compat">Deny</directive> directive, this
 allows more flexibility in assigning a Forbidden status.</p>
 
 <p>The following rule will forbid <code>.exe</code> files from being
@@ -522,7 +522,7 @@ use of the [PT] flag causes the result of the <directive
 module="mod_rewrite">RewriteRule</directive> to be passed back through
 URL mapping, so that location-based mappings, such as <directive
 module="mod_alias">Alias</directive>, <directive
-module="core">Redirect</directive>, or <directive
+module="mod_alias">Redirect</directive>, or <directive
 module="mod_alias">ScriptAlias</directive>, for example, might have a
 chance to take effect.
 </p>
index c7a8663e6acd90e123721a28407f00c999fc17ec..41b2d56fef6028ffe3f772aa002df79a61392cdf 100644 (file)
@@ -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>
index 974fb1030e45adba2c31c84e2f59fa8f3dfa8eb7..a5db6e8ff3552fc85cbd252ca654c61c879973d9 100644 (file)
@@ -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>