]> granicus.if.org Git - apache/commitdiff
Fix broken reference: Require belongs to mod_authz_core, not core.
authorDaniel Gruno <humbedooh@apache.org>
Thu, 22 Mar 2012 13:51:11 +0000 (13:51 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Thu, 22 Mar 2012 13:51:11 +0000 (13:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1303783 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_authz_owner.xml

index 2e91eb071f2271ea1011f0b46cf93af918475a23..f1f52c3eb5296db1368dd529d2ca8f55cc961716 100644 (file)
@@ -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_authz_core"
     >Require</directive> directive, <code>file-owner</code> and
     <code>file-group</code>, as follows:</p>