Httpd ProxyIOBufferSize: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
=External=
* https://httpd.apache.org/docs/current/mod/mod_proxy.html#proxyiobuffersize
=Internal=
=Internal=


Line 5: Line 9:
=Overview=
=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.
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 used with AJP, this directive sets the maximum AJP packet size in bytes. Values larger than 65536 are set to 65536.  
<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>


If the value is changed from the default, the AJP connector <tt>packetSize</tt> must be also changed on the Tomcat side.
The value can be [[Httpd_ProxyPass#iobuffersize|overridden individually on a ProxyPass basis]].

Latest revision as of 23:02, 2 January 2017

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.

The value can be overridden individually on a ProxyPass basis.