]> granicus.if.org Git - apache/commitdiff
* modules/aaa/config.m4: Place mod_access_compat in the 'yes' list as not
authorJustin Erenkrantz <jerenkrantz@apache.org>
Tue, 7 Feb 2006 19:58:48 +0000 (19:58 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Tue, 7 Feb 2006 19:58:48 +0000 (19:58 +0000)
  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

modules/aaa/config.m4

index 8354519c13735d721f5a4238ec0f2f797c3bbd2f..847cf30f3af54477d7cf390a45d588241ab84d0b 100644 (file)
@@ -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