diff options
author | Luca Toscano <elukey@apache.org> | 2016-04-09 09:50:41 +0200 |
---|---|---|
committer | Luca Toscano <elukey@apache.org> | 2016-04-09 09:50:41 +0200 |
commit | 74c85ae85a1427b6332632bce05adfdea29e2cc5 (patch) | |
tree | 1b800aef46fa6c41c73c56ced6b038033da043ba /docs/manual/howto | |
parent | Added note to the Auth Howto clarifying the usage of mod_access_compact and m... (diff) | |
download | apache2-74c85ae85a1427b6332632bce05adfdea29e2cc5.tar.xz apache2-74c85ae85a1427b6332632bce05adfdea29e2cc5.zip |
Documentation rebuild and translation updates
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1738332 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/howto')
-rw-r--r-- | docs/manual/howto/auth.html.en | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/manual/howto/auth.html.en b/docs/manual/howto/auth.html.en index 9fb9bfb8e5..6e94424811 100644 --- a/docs/manual/howto/auth.html.en +++ b/docs/manual/howto/auth.html.en @@ -570,6 +570,18 @@ Require group GroupName</pre> <code class="directive"><a href="../mod/mod_access_compat.html#satisfy">Satisfy</a></code> are no longer needed. However to provide backwards compatibility for older configurations, these directives have been moved to the <code class="module"><a href="../mod/mod_access_compat.html">mod_access_compat</a></code> module.</p> + + <div class="warning"><h3>Note</h3> + <p>The directives provided by <code class="module"><a href="../mod/mod_access_compat.html">mod_access_compat</a></code> have + been deprecated by <code class="module"><a href="../mod/mod_authz_host.html">mod_authz_host</a></code>. + Mixing old directives like <code class="directive"><a href="../mod/mod_access_compat.html#order">Order</a></code>, <code class="directive"><a href="../mod/mod_access_compat.html#allow">Allow</a></code> or <code class="directive"><a href="../mod/mod_access_compat.html#deny">Deny</a></code> with new ones like + <code class="directive"><a href="../mod/mod_authz_core.html#require">Require</a></code> 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> + </div> </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> |