]> granicus.if.org Git - apache/commitdiff
* docs/manual: Document mod_ssl/socache stuff.
authorJoe Orton <jorton@apache.org>
Thu, 15 Jan 2009 13:16:25 +0000 (13:16 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 15 Jan 2009 13:16:25 +0000 (13:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@734691 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/new_features_2_4.html.en
docs/manual/new_features_2_4.xml

index 177253e900e06cc3caef1cb6945ca509b533b540..37916fd66bbe4aea0abdbc4fe7590721ddf4cbb9 100644 (file)
 <div class="section">
 <h2><a name="core" id="core">Core Enhancements</a></h2>
     
-    
+    <dl>
+      <dt>KeepAliveTimeout in milliseconds</dt>
+
+      <dd>It is now possible to specify <code class="directive"><a href="./mod/core.html#keepalivetimeout">KeepAliveTimeout</a></code> in milliseconds.
+      </dd>
+    </dl>
   </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
 <div class="section">
 <h2><a name="module" id="module">Module Enhancements</a></h2>
     
-    
+    <dl>
+      <dt><code class="module"><a href="./mod/mod_ssl.html">mod_ssl</a></code>: Support for OCSP validation of client certificates</dt>
+
+      <dd><code class="module"><a href="./mod/mod_ssl.html">mod_ssl</a></code> 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>
+    </dl>
   </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
 <div class="section">
 <h2><a name="programs" id="programs">Program Enhancements</a></h2>
           and the related container directives, such as
           <code class="directive"><a href="./mod/mod_authz_core.html#requireall">&lt;RequireAll&gt;</a></code>, all
           provided by the <code class="module"><a href="./mod/mod_authz_core.html">mod_authz_core</a></code> module.</dd>
+
+      <dt>Small-Object Caching Interface</dt>
+
+      <dd>The <var>ap_socache.h</var> header exposes a provider-based
+      interface for caching small data objects, based on the previous
+      implementation of the <code class="module"><a href="./mod/mod_ssl.html">mod_ssl</a></code> session cache.
+      Providers using a shared-memory cyclic buffer, disk-based dbm
+      files, and a memcache distributed cache are currently
+      supported.</dd>
+
     </dl>
   </div></div>
 <div class="bottomlang">
index 81b7dd18c65695cc39861e2280833344eb617dee..36481cabb5f97cdf6af2b32d7d7a877223ed1ef0 100644 (file)
 
   <section id="module">
     <title>Module Enhancements</title>
-    <!-- <dl>
-    </dl> -->
+    <dl>
+      <dt><module>mod_ssl</module>: Support for OCSP validation of client certificates</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>
+    </dl>
   </section>
 
   <section id="programs">
           <directive module="mod_authz_core"
           type="section">RequireAll</directive>, all
           provided by the <module>mod_authz_core</module> module.</dd>
+
+      <dt>Small-Object Caching Interface</dt>
+
+      <dd>The <var>ap_socache.h</var> header exposes a provider-based
+      interface for caching small data objects, based on the previous
+      implementation of the <module>mod_ssl</module> session cache.
+      Providers using a shared-memory cyclic buffer, disk-based dbm
+      files, and a memcache distributed cache are currently
+      supported.</dd>
+
     </dl>
   </section>
 </manualpage>