mod_authz_owner.xml refers to core for the Require directive, which should be mod_access_compat instead.
Patch included for trunk.

With regards,
Daniel.
Index: mod_authz_owner.xml
===================================================================
--- mod_authz_owner.xml (revision 1300620)
+++ mod_authz_owner.xml (working copy)
@@ -36,7 +36,7 @@
     must be already properly verified by an authentication module,
     such as <module>mod_auth_basic</module> or
     <module>mod_auth_digest</module>. <module>mod_authz_owner</module>
-    recognizes two arguments for the <directive module="core"
+    recognizes two arguments for the <directive module="mod_access_compat"
     >Require</directive> directive, <code>file-owner</code> and
     <code>file-group</code>, as follows:</p>
 
---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org
For additional commands, e-mail: docs-h...@httpd.apache.org

Reply via email to