In rewrite/flags.xml:

- The Deny directive in the F|forbidden section referred to mod_access instead of mod_access_compat - The Redirect directive in the PT|passthrough section referred to core instead of mod_alias

Patch included for trunk.

With regards,
Daniel.
Index: flags.xml
===================================================================
--- flags.xml   (revision 1300620)
+++ flags.xml   (working copy)
@@ -277,7 +277,7 @@
 <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 @@
 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>
---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org
For additional commands, e-mail: docs-h...@httpd.apache.org

Reply via email to