<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"><RequireAll></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">
<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>