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 @@
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
.
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.
+ 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 @@ - + +