From a52366b06cae349e852f3e2196041cdb6366835e Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Fri, 17 Feb 2012 19:28:11 +0000 Subject: [PATCH] Mention mod_heartmonitor/mod_lbmethod_heartbeat, mod_sed, mod_auth_form, mod_session. Remove mod_reqtimeout (already in 2.2), mark mod_lua as experimental. Mention more mod_rewrite improvements. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1245717 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/new_features_2_4.xml | 31 ++++++++++++++++++++++++------- 1 file changed, 24 insertions(+), 7 deletions(-) diff --git a/docs/manual/new_features_2_4.xml b/docs/manual/new_features_2_4.xml index 836c81a986..91ea6ca607 100644 --- a/docs/manual/new_features_2_4.xml +++ b/docs/manual/new_features_2_4.xml @@ -96,7 +96,7 @@
mod_lua
Embeds the Lua language into httpd, - for configuration and small business logic functions.
+ for configuration and small business logic functions. (Experimental)
mod_proxy_express
Provides dynamically configured mass reverse proxies for mod_proxy
@@ -118,9 +118,6 @@ with the IP address list presented by a proxies or a load balancer via the request headers. -
mod_reqtimeout
-
Set timeout and minimum data rate for receiving requests
-
mod_request
Provides Filters to handle and make available HTTP request bodies
@@ -140,6 +137,22 @@ links in a reverse proxy situation, where the backend generates URLs that are not valid for the proxy's clients. +
mod_heartmonitor, + mod_lbmethod_heartbeat
+
Allow mod_proxy_balancer to base loadbalancing decisions + on the number of active connections on the backend servers.
+ +
mod_sed
+
An advanced replacement of mod_substitute, allows + to edit the response body with the full power of sed.
+ +
mod_auth_form
+
Allows to do form-based authentication.
+ +
mod_session
+
Allows to keep session state for clients, using cookie or + database storage.
+ @@ -228,9 +241,13 @@
mod_rewrite
mod_rewrite adds the [QSD] - (Query String Discard) and [END] flags for - RewriteRule to - simplify common rewriting scenarios.
+ (Query String Discard) and [END] flags for + RewriteRule to + simplify common rewriting scenarios. +
Adds the possibility to use complex boolean expressions in RewriteCond.
+
Allows to use SQL queries as RewriteMap functions.
mod_ldap, mod_authnz_ldap
mod_authnz_ldap adds support for nested groups.
-- 2.40.0