Hi All,
I want to use buffer of 512B in apache . I am using mod_proxy_http to send request to tomcat and have set
ProxyIOBufferSize 512.
But it is sending message to tomcat with size greater than 512B.
How should I control apache in proxy so that it will send message and receive with max buffer size of 512B.
Thanks
Hemant