From: Sander Temme Date: Fri, 6 Nov 2009 23:18:33 +0000 (+0000) Subject: Some additional new feature goodness to be part of 2.4. Please review X-Git-Tag: 2.3.3~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c994d6b55997e0451c3bb8b401a5f73e34701d20;p=apache Some additional new feature goodness to be part of 2.4. Please review git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@833596 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/new_features_2_4.xml b/docs/manual/new_features_2_4.xml index 36481cabb5..2230a02de0 100644 --- a/docs/manual/new_features_2_4.xml +++ b/docs/manual/new_features_2_4.xml @@ -39,26 +39,52 @@
It is now possible to specify KeepAliveTimeout in milliseconds.
+ +
Simple MPM
+
Cleanroom MPM implementation with advanced thread pool management
+ +
Loadable MPMs
+
Multiple MPMs can now be built as loadable modules at compile time. + The MPM of choice can be configured at run time.
+
Module Enhancements
-
mod_ssl: Support for OCSP validation of client certificates
+
mod_ssl
mod_ssl can now be configured to use an OCSP server to check the validation status of a client certificate. The default responder is configurable, along with the decision on whether to prefer the responder designated in the client certificate itself.
+ +
mod_ssl now also supports OCSP stapling, where the + server pro-actively obtains an OCSP verification of its certificate and + transmits that to the client during the handshake.
+ +
mod_ssl can now be configured to share SSL Session + data between servers through memcached
+ +
mod_lua
+ +
Embeds the Lua language into httpd, + for configuration and small business logic functions.
+ +
mod_proxy_fcgi
+ +
FastCGI Protocol backend for mod_proxy
Program Enhancements - +
+
fcgistarter
+
FastCGI deamon starter utility
+