From: Justin Erenkrantz Date: Sat, 27 Nov 2004 21:11:30 +0000 (+0000) Subject: * docs/manual/new_features_2_2.xml: Take a pass at blurbs for auth and cache X-Git-Tag: 2.1.2~89 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e4bb51a4441f4797bb395c8595a2322ad594b170;p=apache * docs/manual/new_features_2_2.xml: Take a pass at blurbs for auth and cache changes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106760 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/new_features_2_2.xml b/docs/manual/new_features_2_2.xml index caa310a79d..50c84094af 100644 --- a/docs/manual/new_features_2_2.xml +++ b/docs/manual/new_features_2_2.xml @@ -35,10 +35,17 @@
Authn/Authz
-
...
+
The bundled authentication and authorization modules have + been refactored. There is a new authentication backend provider + scheme which greatly eases the construction of new authentication + backends.
Caching
-
...
+
mod_cache, mod_disk_cache, and + mod_mem_cache have undergone a lot of changes + are now considered production-quality. htcacheclean has been + introduced to cleanup mod_disk_cache setups.
Proxying
The new mod_proxy_balancer module provides