From: Mladen Turk Date: Mon, 10 Dec 2007 08:10:02 +0000 (+0000) Subject: Document the usage of ProxyIOBufferSize to extend the default AJP message length. X-Git-Tag: 2.3.0~1155 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c6b2a84f4112cdc1ef5887cbc7c8aa7a9e58a77;p=thirdparty%2Fapache%2Fhttpd.git Document the usage of ProxyIOBufferSize to extend the default AJP message length. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@602806 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index 3b61775b5ee..e48ac9ecab5 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -1102,9 +1102,18 @@ connections

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.

+