From 58e0f77a23fd9ef3c6e5a84fca675b178810a0ad Mon Sep 17 00:00:00 2001 From: Kaspar Brand Date: Wed, 21 Sep 2011 17:03:19 +0000 Subject: [PATCH] update transformations git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1173760 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/directives.html.en | 10 ++ docs/manual/mod/mod_ssl.html.en | 196 ++++++++++++++++++++++++- docs/manual/mod/quickreference.html.en | 14 +- docs/manual/upgrading.html.en | 5 + docs/manual/upgrading.xml.fr | 2 +- docs/manual/upgrading.xml.meta | 2 +- 6 files changed, 224 insertions(+), 5 deletions(-) diff --git a/docs/manual/mod/directives.html.en b/docs/manual/mod/directives.html.en index 6122605608..b8f00bdfbb 100644 --- a/docs/manual/mod/directives.html.en +++ b/docs/manual/mod/directives.html.en @@ -543,8 +543,18 @@
  • SSLRequireSSL
  • SSLSessionCache
  • SSLSessionCacheTimeout
  • +
  • SSLStaplingCache
  • +
  • SSLStaplingErrorCacheTimeout
  • +
  • SSLStaplingFakeTryLater
  • +
  • SSLStaplingForceURL
  • +
  • SSLStaplingResponderTimeout
  • +
  • SSLStaplingResponseMaxAge
  • +
  • SSLStaplingResponseTimeSkew
  • +
  • SSLStaplingReturnResponderErrors
  • +
  • SSLStaplingStandardCacheTimeout
  • SSLStrictSNIVHostCheck
  • SSLUserName
  • +
  • SSLUseStapling
  • SSLVerifyClient
  • SSLVerifyDepth
  • StartServers
  • diff --git a/docs/manual/mod/mod_ssl.html.en b/docs/manual/mod/mod_ssl.html.en index dbb12cc9f5..98895b33f1 100644 --- a/docs/manual/mod/mod_ssl.html.en +++ b/docs/manual/mod/mod_ssl.html.en @@ -88,8 +88,18 @@ to provide the cryptography engine.

  • SSLRequireSSL
  • SSLSessionCache
  • SSLSessionCacheTimeout
  • +
  • SSLStaplingCache
  • +
  • SSLStaplingErrorCacheTimeout
  • +
  • SSLStaplingFakeTryLater
  • +
  • SSLStaplingForceURL
  • +
  • SSLStaplingResponderTimeout
  • +
  • SSLStaplingResponseMaxAge
  • +
  • SSLStaplingResponseTimeSkew
  • +
  • SSLStaplingReturnResponderErrors
  • +
  • SSLStaplingStandardCacheTimeout
  • SSLStrictSNIVHostCheck
  • SSLUserName
  • +
  • SSLUseStapling
  • SSLVerifyClient
  • SSLVerifyDepth
  • @@ -1907,7 +1917,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:

    top
    diff --git a/docs/manual/upgrading.xml.fr b/docs/manual/upgrading.xml.fr index 07d8291554..0440b05b97 100644 --- a/docs/manual/upgrading.xml.fr +++ b/docs/manual/upgrading.xml.fr @@ -3,7 +3,7 @@ - +