From a6d7f20736ed9f0d302b441b2cbd3c9ecea4837c Mon Sep 17 00:00:00 2001 From: Vincent Bray Date: Sat, 15 Dec 2007 17:32:30 +0000 Subject: [PATCH] Update transformations git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@604460 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/directives.html.de | 3 + docs/manual/mod/directives.html.es | 3 + docs/manual/mod/directives.html.ja.euc-jp | 3 + docs/manual/mod/directives.html.ko.euc-kr | 3 + docs/manual/mod/mod_authnz_ldap.html.en | 3 +- docs/manual/mod/mod_proxy.html.en | 11 +- docs/manual/mod/mod_proxy.xml.ja | 2 +- docs/manual/mod/mod_proxy_balancer.html.en | 2 +- docs/manual/mod/mod_proxy_balancer.xml.ja | 2 +- docs/manual/mod/mod_userdir.html.ja.euc-jp | 2 + docs/manual/mod/quickreference.html.de | 96 +++++++++-------- docs/manual/mod/quickreference.html.es | 100 +++++++++--------- docs/manual/mod/quickreference.html.ja.euc-jp | 95 +++++++++-------- docs/manual/mod/quickreference.html.ko.euc-kr | 99 ++++++++--------- 14 files changed, 231 insertions(+), 193 deletions(-) diff --git a/docs/manual/mod/directives.html.de b/docs/manual/mod/directives.html.de index 48a89ea977..01592a5be6 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 19b49fa0e0..4e921f4d0c 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 97132f786f..507836cce0 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 a0546f9607..78d1a77331 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 55fded7bdb..3c10b17d58 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 09c80e7248..3eaf2509d4 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 37d0ee75b9..862caae122 100644 --- a/docs/manual/mod/mod_proxy.xml.ja +++ b/docs/manual/mod/mod_proxy.xml.ja @@ -1,7 +1,7 @@ - + +