From: Justin Erenkrantz Date: Tue, 7 Feb 2006 19:58:48 +0000 (+0000) Subject: * modules/aaa/config.m4: Place mod_access_compat in the 'yes' list as not X-Git-Tag: 2.3.0~2553 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=947a41710aec921558ced8b09d219b3cc29d1a0e;p=apache * modules/aaa/config.m4: Place mod_access_compat in the 'yes' list as not handling older auth configs out-of-the-box is badness. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@375678 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/aaa/config.m4 b/modules/aaa/config.m4 index 8354519c13..847cf30f3a 100644 --- a/modules/aaa/config.m4 +++ b/modules/aaa/config.m4 @@ -51,7 +51,7 @@ APACHE_MODULE(authz_default, authorization control backstopper, , , yes) dnl - host access control compatibility modules. Implements Order, Allow, dnl Deny, Satisfy for backward compatibility. These directives have been dnl deprecated in 2.4. -APACHE_MODULE(access_compat, mod_access compatibility, , , most) +APACHE_MODULE(access_compat, mod_access compatibility, , , yes) dnl these are the front-end authentication modules