Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 59258 invoked from network); 6 Nov 2009 23:18:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Nov 2009 23:18:56 -0000 Received: (qmail 57509 invoked by uid 500); 6 Nov 2009 23:18:56 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 57434 invoked by uid 500); 6 Nov 2009 23:18:56 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 57425 invoked by uid 99); 6 Nov 2009 23:18:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Nov 2009 23:18:56 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00 X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Nov 2009 23:18:54 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id E35812388867; Fri, 6 Nov 2009 23:18:33 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r833596 - /httpd/httpd/trunk/docs/manual/new_features_2_4.xml Date: Fri, 06 Nov 2009 23:18:33 -0000 To: cvs@httpd.apache.org From: sctemme@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091106231833.E35812388867@eris.apache.org> Author: sctemme Date: Fri Nov 6 23:18:33 2009 New Revision: 833596 URL: http://svn.apache.org/viewvc?rev=833596&view=rev Log: Some additional new feature goodness to be part of 2.4. Please review Modified: httpd/httpd/trunk/docs/manual/new_features_2_4.xml Modified: httpd/httpd/trunk/docs/manual/new_features_2_4.xml URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/new_features_2_4.xml?rev=833596&r1=833595&r2=833596&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/new_features_2_4.xml (original) +++ httpd/httpd/trunk/docs/manual/new_features_2_4.xml Fri Nov 6 23:18:33 2009 @@ -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
+