From: Kaspar Brand Date: Wed, 21 Sep 2011 17:03:19 +0000 (+0000) Subject: update transformations X-Git-Tag: 2.3.15~207 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58e0f77a23fd9ef3c6e5a84fca675b178810a0ad;p=thirdparty%2Fapache%2Fhttpd.git update transformations git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1173760 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/directives.html.en b/docs/manual/mod/directives.html.en index 6122605608e..b8f00bdfbbe 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 dbb12cc9f59..98895b33f17 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 07d82915549..0440b05b979 100644 --- a/docs/manual/upgrading.xml.fr +++ b/docs/manual/upgrading.xml.fr @@ -3,7 +3,7 @@ - +