Chinaunix首页 | 论坛 | 博客
  • 博客访问: 630487
  • 博文数量: 95
  • 博客积分: 2091
  • 博客等级: 大尉
  • 技术积分: 982
  • 用 户 组: 普通用户
  • 注册时间: 2007-09-05 19:34
文章分类

全部博文(95)

文章存档

2017年(1)

2016年(20)

2015年(10)

2014年(6)

2013年(4)

2012年(1)

2011年(9)

2010年(6)

2009年(20)

2008年(17)

2007年(1)

我的朋友

分类: 系统运维

2009-07-02 11:38:43

 

Going over the 8K AJP headers limits:

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 parameter like:


    

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

阅读(1384) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~