summaryrefslogtreecommitdiff
path: root/docs/manual/new_features_2_2.html.en
diff options
context:
space:
mode:
authorVincent Bray <noodl@apache.org>2008-11-13 00:51:26 +0000
committerVincent Bray <noodl@apache.org>2008-11-13 00:51:26 +0000
commit3fb27ada3da7bea4710bec1afb85902e8efd4a52 (patch)
tree6700238a0a829357d7dda67a6cdbc21c809c7ec3 /docs/manual/new_features_2_2.html.en
parent46fcaefb394c54d8498dc5e543697551b4ecfc65 (diff)
downloadhttpd-3fb27ada3da7bea4710bec1afb85902e8efd4a52.tar.gz
Update transformations (from introduction of mod_unixd)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@713589 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/new_features_2_2.html.en')
-rw-r--r--docs/manual/new_features_2_2.html.en6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/new_features_2_2.html.en b/docs/manual/new_features_2_2.html.en
index 9bd0c220e4..34101fae84 100644
--- a/docs/manual/new_features_2_2.html.en
+++ b/docs/manual/new_features_2_2.html.en
@@ -43,8 +43,8 @@
<dt>Authn/Authz</dt>
<dd>The bundled authentication and authorization modules have
- been refactored. The new <code class="module"><a href="./mod/mod_authn_alias.html">mod_authn_alias</a></code> 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
@@ -125,7 +125,7 @@
<code class="module"><a href="./mod/mod_authn_file.html">mod_authn_file</a></code>; <code>mod_auth_dbm</code> is now
called <code class="module"><a href="./mod/mod_authn_dbm.html">mod_authn_dbm</a></code>; <code>mod_access</code> has
been renamed <code class="module"><a href="./mod/mod_authz_host.html">mod_authz_host</a></code>. There is also a new
- <code class="module"><a href="./mod/mod_authn_alias.html">mod_authn_alias</a></code> module for simplifying
+ mod_authn_alias(already removed from 2.3/2.4) module for simplifying
certain authentication configurations.
</dd>