From d4854f9d741fdaf70d26f64c037b3cc3efccf9fe Mon Sep 17 00:00:00 2001 From: Takashi Sato Date: Fri, 7 Nov 2008 02:22:45 +0000 Subject: [PATCH] Note mod_authn_alias doesn't exist in 2.3/2.4. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@712041 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/new_features_2_2.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manual/new_features_2_2.xml b/docs/manual/new_features_2_2.xml index 47091c16a1..eba1272574 100644 --- a/docs/manual/new_features_2_2.xml +++ b/docs/manual/new_features_2_2.xml @@ -37,8 +37,8 @@
Authn/Authz
The bundled authentication and authorization modules have - been refactored. The new mod_authn_alias module - can greatly simplify certain authentication configurations. + been refactored. The new mod_authn_alias(already removed from 2.3/2.4) + module can greatly simplify certain authentication configurations. See module name changes, and the developer changes for more information about how these changes affects users and module @@ -120,7 +120,7 @@ mod_authn_file; mod_auth_dbm is now called mod_authn_dbm; mod_access has been renamed mod_authz_host. There is also a new - mod_authn_alias module for simplifying + mod_authn_alias(already removed from 2.3/2.4) module for simplifying certain authentication configurations.
-- 2.50.1