From: Graham Leggett
Date: Sat, 27 Apr 2013 18:28:39 +0000 (+0000)
Subject: Backport r1476652:
X-Git-Tag: 2.4.5~376
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c6c27be4d08735200abc698d07f917ea16960c58;p=apache
Backport r1476652:
Note that the buffer size is set to a maximum of 65536 when AJP is used as
per http://www.mail-archive.com/dev@httpd.apache.org/msg41843.html.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1476653 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml
index 07e00c5e09..0f64f8f036 100644
--- a/docs/manual/mod/mod_proxy.xml
+++ b/docs/manual/mod/mod_proxy.xml
@@ -1470,11 +1470,14 @@ connections
input and output. The size must be at least 512
.
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+
+ bytes. Values larger than 65536 are set to 65536. 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.