-
1. Re: Large HTTP request headers
jfclere Feb 13, 2012 4:18 AM (in response to edwinb1)1 of 1 people found this helpfulProxyIOBufferSize httpd directive is the only way to have bigger buffer that fits to your big headers,
-
2. Re: Large HTTP request headers
edwinb1 Feb 13, 2012 10:50 AM (in response to jfclere)Thank you for your reply. Is there any guidance for a maximum buffer size?
Also, is there any outlook for a longer term solution? I ask this question while not knowing which component owns the limiting factor.
Regards,
Edwin
-
3. Re: Large HTTP request headers
jfclere Feb 14, 2012 11:50 AM (in response to edwinb1)That is a protocol limitation.
-
4. Re: Large HTTP request headers
fdlprod Jun 20, 2016 5:53 AM (in response to jfclere)HI,
unfortunately i am in WILDFLY 9.02 and mod cluster, due to kerberos large header i have the same problem but when i put this ProxyIOBufferSize 16000 for example my application is not more accessible, if i put imitRequestFieldSize 16000 i have the precedent problem...
have you a solution ?
mod cluster and mod_proxy_ajp
-
5. Re: Large HTTP request headers
jfclere Jun 21, 2016 11:41 AM (in response to fdlprod)Try using mod_proxy_http instead.
-
6. Re: Large HTTP request headers
fdlprod Jun 22, 2016 9:59 AM (in response to jfclere)Hi,
thank you with http connector it is not simply as mentioned because we have to add some directive in httpd like ProxyPreserveHost,
i mange to make it work with 2 directives :
LimitRequestFieldSize 16384
ProxyIOBufferSize 16384
it must be a 1024 multiple and at top level in conf file (not in virtualhost)
and if in active directory there is more than 1000 group we have to change the MaxPageSize for ldap retrieving, it is working like a charm