diff options
author | Joe Orton <jorton@apache.org> | 2009-01-15 14:16:25 +0100 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2009-01-15 14:16:25 +0100 |
commit | dffc0debe03cfef3f38680e5b69cac8089592aa5 (patch) | |
tree | d5583b5f43bef1f23d856632a915d81b7f109bf5 /docs/manual/new_features_2_4.xml | |
parent | Simple doc fixes (mod_unixd) (diff) | |
download | apache2-dffc0debe03cfef3f38680e5b69cac8089592aa5.tar.xz apache2-dffc0debe03cfef3f38680e5b69cac8089592aa5.zip |
* docs/manual: Document mod_ssl/socache stuff.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@734691 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | docs/manual/new_features_2_4.xml | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/docs/manual/new_features_2_4.xml b/docs/manual/new_features_2_4.xml index 81b7dd18c6..36481cabb5 100644 --- a/docs/manual/new_features_2_4.xml +++ b/docs/manual/new_features_2_4.xml @@ -44,8 +44,15 @@ <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"> @@ -85,6 +92,16 @@ <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> |