]> granicus.if.org Git - apache/commitdiff
Some additional new feature goodness to be part of 2.4. Please review
authorSander Temme <sctemme@apache.org>
Fri, 6 Nov 2009 23:18:33 +0000 (23:18 +0000)
committerSander Temme <sctemme@apache.org>
Fri, 6 Nov 2009 23:18:33 +0000 (23:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@833596 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/new_features_2_4.xml

index 36481cabb5f97cdf6af2b32d7d7a877223ed1ef0..2230a02de0bcbb634bcee7d8543305faf636904a 100644 (file)
       <dd>It is now possible to specify <directive module="core"
       >KeepAliveTimeout</directive> in milliseconds.
       </dd>
+      <dt>Simple MPM</dt>
+      <dd>Cleanroom MPM implementation with advanced thread pool management</dd>
+      
+      <dt>Loadable MPMs</dt>
+      <dd>Multiple MPMs can now be built as loadable modules at compile time.  
+      The MPM of choice can be configured at run time.</dd>
     </dl>
   </section>
 
   <section id="module">
     <title>Module Enhancements</title>
     <dl>
-      <dt><module>mod_ssl</module>: Support for OCSP validation of client certificates</dt>
+      <dt><module>mod_ssl</module></dt>
 
       <dd><module>mod_ssl</module> 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.</dd>
+      
+      <dd><module>mod_ssl</module> 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. </dd>
+      
+      <dd><module>mod_ssl</module> can now be configured to share SSL Session 
+      data between servers through memcached</dd>
+      <dt><module>mod_lua</module></dt>
+
+      <dd>Embeds the <a href="http://www.lua.org/">Lua</a> language into httpd, 
+      for configuration and small business logic functions.</dd>
+      <dt><module>mod_proxy_fcgi</module></dt>
+
+      <dd>FastCGI Protocol backend for <module>mod_proxy</module></dd>
     </dl>
   </section>
 
   <section id="programs">
     <title>Program Enhancements</title>
-    <!-- <dl>
-    </dl> -->
+    <dl>
+        <dt>fcgistarter</dt>
+        <dd>FastCGI deamon starter utility</dd>
+    </dl>
   </section>
 
   <section id="developer">