From 4f9f6f79bf6bb9c357e0b8090187e80878cb5638 Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Tue, 13 Sep 2011 18:48:19 +0000 Subject: [PATCH] Some more 2.4 goodness and notes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1170294 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.xml | 2 +- docs/manual/new_features_2_4.xml | 16 +++++++++++++--- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 81be2179ec..d2436f93a7 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -3194,7 +3194,7 @@ or specified mutexes NameVirtualHost -Designates an IP address for name-virtual +DEPRECATED: Designates an IP address for name-virtual hosting NameVirtualHost addr[:port] server config diff --git a/docs/manual/new_features_2_4.xml b/docs/manual/new_features_2_4.xml index 98967c1a92..ebf1b37fd4 100644 --- a/docs/manual/new_features_2_4.xml +++ b/docs/manual/new_features_2_4.xml @@ -35,7 +35,6 @@ Core Enhancements
KeepAliveTimeout in milliseconds
-
It is now possible to specify KeepAliveTimeout in milliseconds.
@@ -51,7 +50,7 @@ level.
Event MPM
-
The Event MPM is no longer experimental but is rather fully supported.
+
The Event MPM is no longer experimental but is now fully supported.
Asynchronous support
Better support for asynchronous read/write for supporting MPMs and @@ -60,7 +59,10 @@
Per-request configuration sections
<If> sections can be used to set the configuration based on per-request criteria
- + +
NameVirtualHost directive
+
No longer needed and is now deprecated.
+
@@ -81,6 +83,9 @@
Embeds the Lua language into httpd, for configuration and small business logic functions.
+
mod_proxy_express
+
Provides dynamically configured mass reverse proxies for mod_proxy
+
mod_proxy_fcgi
FastCGI Protocol backend for mod_proxy
@@ -149,6 +154,11 @@
Runtime configuration of a subset of Balancer parameters
+
BalancerMembers can be set to 'Drain' so that they only respond to existing sticky + sessions, allowing them to be taken gracefully offline.
+ +
Balancer settings can be persistant after restarts.
+
mod_cache
mod_cache can now cache HEAD requests.
-- 2.40.0