From e4bb51a4441f4797bb395c8595a2322ad594b170 Mon Sep 17 00:00:00 2001 From: Justin Erenkrantz Date: Sat, 27 Nov 2004 21:11:30 +0000 Subject: [PATCH] * 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 --- docs/manual/new_features_2_2.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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 -- 2.40.0