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.
> >>
>
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
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
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