From a149280ac1375eec19c05467247b95bafc195be5 Mon Sep 17 00:00:00 2001 From: Kaspar Brand Date: Wed, 21 Sep 2011 16:54:18 +0000 Subject: [PATCH] mod_ssl: - document the SSLStapling* directives (code committed in r829619 for 2.2.3, see PR 43822) - add SSLCARevocationCheck to the list of configuration changes in the 2.4 upgrade notes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1173755 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_ssl.xml | 188 +++++++++++++++++++++++++++++++++++- docs/manual/upgrading.xml | 6 ++ 2 files changed, 193 insertions(+), 1 deletion(-) diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml index 933a12da742..00a7c146a7d 100644 --- a/docs/manual/mod/mod_ssl.xml +++ b/docs/manual/mod/mod_ssl.xml @@ -431,7 +431,7 @@ up to four parallel requests are common) those requests are served by different pre-forked server processes. Here an inter-process cache helps to avoid unnecessary session handshakes.

-The following four storage types are currently supported:

+The following five storage types are currently supported:

-- 2.47.2