[users@httpd] Re: Http trailers in chunked requests

2015-07-23 Thread Sachin Shetty
through to the upstream haproxy, I am not processing them in mod headers or other apache modules. Thanks Sachin On Wed, Jul 22, 2015 at 4:55 PM, Sachin Shetty sachin.she...@gmail.com wrote: Hi, I tried with Apache 2.4.16 with the MergeTrailers On. No luck, apache just wont let the trailers pass

[users@httpd] Re: Http trailers in chunked requests

2015-07-22 Thread Sachin Shetty
Hi, I tried with Apache 2.4.16 with the MergeTrailers On. No luck, apache just wont let the trailers pass through. I enabled debug log as well, but no additional info in logs about skipping trailers. Thanks Sachin On Mon, Jul 20, 2015 at 11:44 AM, Sachin Shetty sachin.she...@gmail.com wrote

[users@httpd] Re: Http trailers in chunked requests

2015-07-20 Thread Sachin Shetty
for the trailers? On Sat, Jul 18, 2015 at 6:27 PM, Sachin Shetty sachin.she...@gmail.com wrote: Hi, as per http spec, we want clients to send us trailers in chunked requests. However the request on the server side does not get the trailer at all. Is there some setting on apache to allow

[users@httpd] Http trailers in chunked requests

2015-07-18 Thread Sachin Shetty
Hi, as per http spec, we want clients to send us trailers in chunked requests. However the request on the server side does not get the trailer at all. Is there some setting on apache to allow trailers, we are using apache 2.4. Our request looks like this. telnet somehost 80 POST /some-path

[users@httpd] Apache translates a 401 to 502 from a backend proxy

2011-09-21 Thread Sachin Shetty
Hi, Our proxy setup is Apache == Haproxy == Cherry Py Server Pool We are seeing some weird issues with Apache translating a 401 from a backend haproxy to 502 to the client. The request gets logged as 401 in haproxy logs, but apache logs it as 502 and sends a 502 back to the client. This can be