(1)
Order Allow,Deny is not a directive.
In mod_authz_host.xml of 2.2, <code> is used.

(2)
On trunk, Allow is provided by mod_access_compat.
Index: docs/manual/mod/mod_access_compat.xml
===================================================================
--- docs/manual/mod/mod_access_compat.xml       (revision 645825)
+++ docs/manual/mod/mod_access_compat.xml       (working copy)
@@ -292,8 +292,8 @@
 
       <dt><code>Mutual-failure</code></dt>
 
-      <dd>This order has the same effect as <directive>Order
-      Allow,Deny</directive> and is deprecated in its favor.</dd>
+      <dd>This order has the same effect as <code>Order
+      Allow,Deny</code> and is deprecated in its favor.</dd>
     </dl>
 
     <p>Keywords may only be separated by a comma; <em>no whitespace</em>
@@ -408,7 +408,7 @@
 
 <usage>
     <p>Access policy if both <directive
-    module="mod_authz_host">Allow</directive> and <directive
+    module="mod_access_compat">Allow</directive> and <directive
     module="mod_authz_core">Require</directive> used. The parameter can be
     either <code>All</code> or <code>Any</code>. This directive is only
     useful if access to a particular area is being restricted by both

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to