1. Reference to mod_access#Deny instead of mod_authz_host#Deny
2. Reference to core#Redirect instead of mod_alias#Redirect

Patch included for 2.2

With regards,
Daniel.

Index: flags.xml
===================================================================
--- flags.xml   (revision 1301510)
+++ flags.xml   (working copy)
@@ -260,7 +260,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_authz_host">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
@@ -499,7 +499,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