From 0c2dff0917a91a70a5cfdfa1651af7c6a22b899a Mon Sep 17 00:00:00 2001 From: Luca Toscano Date: Sat, 9 Apr 2016 07:50:06 +0000 Subject: [PATCH] Added note to the Auth Howto clarifying the usage of mod_access_compact and mod_authz_host git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1738331 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/howto/auth.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/manual/howto/auth.xml b/docs/manual/howto/auth.xml index f8cd5d7530..2e80f8584a 100644 --- a/docs/manual/howto/auth.xml +++ b/docs/manual/howto/auth.xml @@ -573,6 +573,21 @@ Require host domain_name Satisfy are no longer needed. However to provide backwards compatibility for older configurations, these directives have been moved to the mod_access_compat module.

+ + Note +

The directives provided by mod_access_compat have + been deprecated by mod_authz_host. + Mixing old directives like Order, Allow or Deny with new ones like + Require 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 upgrading guide for more + information. +

+
-- 2.50.1