]> granicus.if.org Git - apache/commitdiff
Document the usage of ProxyIOBufferSize to extend the default AJP message length.
authorMladen Turk <mturk@apache.org>
Mon, 10 Dec 2007 08:10:02 +0000 (08:10 +0000)
committerMladen Turk <mturk@apache.org>
Mon, 10 Dec 2007 08:10:02 +0000 (08:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@602806 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.xml

index 3b61775b5eeb636d4dc763333e120759ccf534b0..e48ac9ecab5dbb79ce4ad946187c1875a4abe30b 100644 (file)
@@ -1102,9 +1102,18 @@ connections</description>
 <usage>
     <p>The <directive>ProxyIOBufferSize</directive> 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 <code>8192</code>.</p>
+    input and output. The size must be less or equal <code>65536</code>.</p>
 
     <p>In almost every case there's no reason to change that value.</p>
+    <p>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 
+    <code>packetSize</code> attribute of your AJP connector on the
+    Tomcat side! The attribute <code>packetSize</code> is only available
+    in Tomcat <code>5.5.20+</code> and <code>6.0.2+</code><p>
+    <p>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.</p>
+    
 </usage>
 </directivesynopsis>