]> granicus.if.org Git - apache/commitdiff
Added note to the Auth Howto clarifying the usage of mod_access_compact and mod_authz...
authorLuca Toscano <elukey@apache.org>
Sat, 9 Apr 2016 07:50:06 +0000 (07:50 +0000)
committerLuca Toscano <elukey@apache.org>
Sat, 9 Apr 2016 07:50:06 +0000 (07:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1738331 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/howto/auth.xml

index f8cd5d7530ed7ec688c2570a6d0837d7a6927156..2e80f8584a91dff8718fb3886f2c7dd773467886 100644 (file)
@@ -573,6 +573,21 @@ Require host <var>domain_name</var>
         <directive module="mod_access_compat">Satisfy</directive> are no longer needed.
         However to provide backwards compatibility for older configurations, these
         directives have been moved to the <module>mod_access_compat</module> module.</p>
+
+        <note type="warning"><title>Note</title>
+        <p>The directives provided by <module>mod_access_compat</module> have
+        been deprecated by <module>mod_authz_host</module>.
+        Mixing old directives like <directive
+        module="mod_access_compat">Order</directive>, <directive
+        module="mod_access_compat">Allow</directive> or <directive
+        module="mod_access_compat">Deny</directive> with new ones like
+        <directive module="mod_authz_core">Require</directive> is technically possible
+        but discouraged. This module was created to support
+        configurations containing only old directives to facilitate the 2.4 upgrade.
+        Please check the <a href="../upgrading.html">upgrading</a> guide for more
+        information.
+        </p>
+        </note>
     </section>
 
 </section>