From: Vincent Bray Date: Sat, 15 Dec 2007 17:32:30 +0000 (+0000) Subject: Update transformations X-Git-Tag: 2.3.0~1138 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6d7f20736ed9f0d302b441b2cbd3c9ecea4837c;p=thirdparty%2Fapache%2Fhttpd.git Update transformations git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@604460 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/directives.html.de b/docs/manual/mod/directives.html.de index 48a89ea9773..01592a5be6e 100644 --- a/docs/manual/mod/directives.html.de +++ b/docs/manual/mod/directives.html.de @@ -396,6 +396,9 @@
  • SSLEngine
  • SSLHonorCipherOrder
  • SSLMutex
  • +
  • SSLOCSPDefaultResponder
  • +
  • SSLOCSPEnable
  • +
  • SSLOCSPOverrideResponder
  • SSLOptions
  • SSLPassPhraseDialog
  • SSLProtocol
  • diff --git a/docs/manual/mod/directives.html.es b/docs/manual/mod/directives.html.es index 19b49fa0e02..4e921f4d0cc 100644 --- a/docs/manual/mod/directives.html.es +++ b/docs/manual/mod/directives.html.es @@ -400,6 +400,9 @@
  • SSLEngine
  • SSLHonorCipherOrder
  • SSLMutex
  • +
  • SSLOCSPDefaultResponder
  • +
  • SSLOCSPEnable
  • +
  • SSLOCSPOverrideResponder
  • SSLOptions
  • SSLPassPhraseDialog
  • SSLProtocol
  • diff --git a/docs/manual/mod/directives.html.ja.euc-jp b/docs/manual/mod/directives.html.ja.euc-jp index 97132f786f5..507836cce0b 100644 --- a/docs/manual/mod/directives.html.ja.euc-jp +++ b/docs/manual/mod/directives.html.ja.euc-jp @@ -393,6 +393,9 @@
  • SSLEngine
  • SSLHonorCipherOrder
  • SSLMutex
  • +
  • SSLOCSPDefaultResponder
  • +
  • SSLOCSPEnable
  • +
  • SSLOCSPOverrideResponder
  • SSLOptions
  • SSLPassPhraseDialog
  • SSLProtocol
  • diff --git a/docs/manual/mod/directives.html.ko.euc-kr b/docs/manual/mod/directives.html.ko.euc-kr index a0546f96078..78d1a773319 100644 --- a/docs/manual/mod/directives.html.ko.euc-kr +++ b/docs/manual/mod/directives.html.ko.euc-kr @@ -395,6 +395,9 @@
  • SSLEngine
  • SSLHonorCipherOrder
  • SSLMutex
  • +
  • SSLOCSPDefaultResponder
  • +
  • SSLOCSPEnable
  • +
  • SSLOCSPOverrideResponder
  • SSLOptions
  • SSLPassPhraseDialog
  • SSLProtocol
  • diff --git a/docs/manual/mod/mod_authnz_ldap.html.en b/docs/manual/mod/mod_authnz_ldap.html.en index 55fded7bdbd..3c10b17d585 100644 --- a/docs/manual/mod/mod_authnz_ldap.html.en +++ b/docs/manual/mod/mod_authnz_ldap.html.en @@ -1051,7 +1051,8 @@ You can of course use search parameters on each of these.

    specify multiple, redundant LDAP servers, just list all servers, separated by spaces. mod_authnz_ldap will try connecting to each server in turn, until it makes a - successful connection.

    + successful connection. If multiple ldap servers are specified, + then entire LDAP URL must be encapsulated in double quotes.

    Once a connection has been made to a server, that connection remains active for the life of the diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en index 09c80e72480..3eaf2509d43 100644 --- a/docs/manual/mod/mod_proxy.html.en +++ b/docs/manual/mod/mod_proxy.html.en @@ -663,9 +663,18 @@ proxied

    The ProxyIOBufferSize directive adjusts the size of the internal buffer, which is used as a scratchpad for the data between - input and output. The size must be less or equal 8192.

    + input and output. The size must be less or equal 65536.

    In almost every case there's no reason to change that value.

    +

    If used with AJP this directive sets the maximum AJP packet size in + bytes. If you change it from the default, you must also change the + packetSize attribute of your AJP connector on the + Tomcat side! The attribute packetSize is only available + in Tomcat 5.5.20+ and 6.0.2+

    +

    Normally it is not necessary to change the maximum packet size. + Problems with the default value have been reported when sending + certificates or certificate chains.

    +
    top
    diff --git a/docs/manual/mod/mod_proxy.xml.ja b/docs/manual/mod/mod_proxy.xml.ja index 37d0ee75b9a..862caae1226 100644 --- a/docs/manual/mod/mod_proxy.xml.ja +++ b/docs/manual/mod/mod_proxy.xml.ja @@ -1,7 +1,7 @@ - + +