Re: [users@httpd] HTTPD 2.2.17 removes/filters http header 'Warning' from response

2012-09-07 Thread Anoop L
ans wrote: > On Thu, Sep 6, 2012 at 12:27 PM, Eric Covener wrote: > > On Thu, Sep 6, 2012 at 6:59 AM, Anoop L wrote: > >> Hi All, > >> > >> We use HTTPD 2.2.17 with Mod_ssl and Mod_proxy in front of HA_proxy to > >> terminate https. > >> >

[users@httpd] HTTPD 2.2.17 removes/filters http header 'Warning' from response

2012-09-06 Thread Anoop L
Hi All, We use HTTPD 2.2.17 with Mod_ssl and Mod_proxy in front of HA_proxy to terminate https. When the backend sends http header named 'Warning' HTTPD removes that from response sent to client. I tried adding a customer header value named 'Warning1' and client gets that value in response. Any

Re: [users@httpd] Apache SSL reverse proxy for chunked content seems to be broken

2012-08-06 Thread Anoop L
Hi Pratyoosh, We faced same kind of issue. Chunking was not working with smaller files. Please have a look at: https://issues.apache.org/bugzilla/show_bug.cgi?id=50402 I had recompiled Mod_ssl with the patch and it started working. Do you have the similar issue? Thanks, Anoop On Fri, Aug 3, 2

[users@httpd] Mod_proxy Chunk file size issue

2012-05-02 Thread Anoop L
Hi, I am using Apache HTTPD 2.2.17 + Mod_proxy + SSL on Ubuntu as a gateway. Everything works fine but when I send a request with Transfer Encoding: Chunked, it converts back if the file size is too small. I tested with a 43k works fine. Tested with 16K and 5.5K it's getting converted as a requ