Httpd ProxyIOBufferSize

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

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.