Httpd ProxyIOBufferSize: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 13: Line 13:
If used with AJP, this directive sets the maximum AJP packet size in bytes. Values larger than 65536 are set to 65536.  
If used with AJP, this directive sets the maximum AJP packet size in bytes. Values larger than 65536 are set to 65536.  


If the value is changed from the default, the AJP connector <tt>packetSize</tt> must be also changed on the Tomcat side.
<blockquote style="background-color: Gold; border: solid thin Goldenrod;">
:<br>If the value is changed from the default, the AJP connector <tt>packetSize</tt> must be also changed on the Tomcat side.<br><br>
</blockquote>

Revision as of 03:37, 23 December 2016

External

Internal

Overview

The ProxyIOBufferSize directive adjusts the size of the internal buffer which is used as a scratchpad for the data between input and output. The default value is 8192 bytes.

If used with AJP, this directive sets the maximum AJP packet size in bytes. Values larger than 65536 are set to 65536.


If the value is changed from the default, the AJP connector packetSize must be also changed on the Tomcat side.