分类: 系统运维
2009-07-02 11:38:43
The default size of a AJP package is 8K as the http headers are sent only in the first packet it could be needed to overcome the limit.
To reach this you need to add packetSize parameter in the
and ProxyIOBufferSize (also LimitRequestFieldsize probably) directive in httpd.conf too. For example:
ProxyIOBufferSize 19000
LimitRequestFieldsize 18000
packetSize is supported since Tomcat 5.5.21 and Tomcat 6.0.1.
Old version of httpd-2.2.x (x<5) need a patch to support this extension. You find the patch at