]> granicus.if.org Git - apache/commitdiff
Note mod_authn_alias doesn't exist in 2.3/2.4.
authorTakashi Sato <takashi@apache.org>
Fri, 7 Nov 2008 02:22:45 +0000 (02:22 +0000)
committerTakashi Sato <takashi@apache.org>
Fri, 7 Nov 2008 02:22:45 +0000 (02:22 +0000)
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

index 47091c16a1414588549afb5470f7e61a9ad85d95..eba1272574c6780c6c79be1d24c89dc601e0136b 100644 (file)
@@ -37,8 +37,8 @@
 
       <dt>Authn/Authz</dt>
       <dd>The bundled authentication and authorization modules have
-          been refactored.  The new <module>mod_authn_alias</module> 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 <a href="#module">module name changes</a>, and
           <a href="#developer">the developer changes</a> for more
           information about how these changes affects users and module
           <module>mod_authn_file</module>; <code>mod_auth_dbm</code> is now
           called <module>mod_authn_dbm</module>; <code>mod_access</code> has
           been renamed <module>mod_authz_host</module>.  There is also a new
-          <module>mod_authn_alias</module> module for simplifying
+          mod_authn_alias(already removed from 2.3/2.4) module for simplifying
           certain authentication configurations.
       </dd>