Re: [users@httpd] Problem with mod_proxy and chunked content

2014-12-03 Thread Blomme Dieter
Hi, Thanks everybody for the input. We traced the problem further, and apparently, the problem lies in the F5 load balancer, which does not handle responses with chunked encoding correctly when chunking is set to selective there. When we set response chunking to unchunk, everything seems

Re: [users@httpd] Problem with mod_proxy and chunked content

2014-11-18 Thread Jeff Trawick
On Mon, Nov 17, 2014 at 4:50 AM, Blomme Dieter dieter.blo...@digipolis.be wrote: We have fixed this problem temporarily. What I've noticed is that the header isn't there and inserting it (e.g. with burp or fiddler), fixes the problem. I've then tried to insert the header in the vhost that acts

Re: [users@httpd] Problem with mod_proxy and chunked content

2014-11-17 Thread Blomme Dieter
We have fixed this problem temporarily. What I've noticed is that the header isn't there and inserting it (e.g. with burp or fiddler), fixes the problem. I've then tried to insert the header in the vhost that acts as a proxy, but the header didn't appear. I think that mod_proxy strips that

Re: [users@httpd] Problem with mod_proxy and chunked content

2014-11-17 Thread Stefan Magnus Landrø
I'd try to make the backend generate a valid http response instead. What kind of web-server is it? Stefan 2014-11-17 10:50 GMT+01:00 Blomme Dieter dieter.blo...@digipolis.be: We have fixed this problem temporarily. What I've noticed is that the header isn't there and inserting it (e.g. with

Re: [users@httpd] Problem with mod_proxy and chunked content

2014-11-17 Thread Blomme Dieter
It's apache 2.2 on RedHat. It's the same Apache that acts as a Proxy. I've found some issues regarding headers with mod_proxy and chunking and I think it might be a bug in mod_proxy, but to check that I need to intercept the requests generated by the backend, which I can't do ATM. Dieter On 17

Re: [users@httpd] Problem with mod_proxy and chunked content

2014-11-17 Thread Frederik Nosi
Hi, On 11/17/2014 11:07 AM, Blomme Dieter wrote: It's apache 2.2 on RedHat. It's the same Apache that acts as a Proxy. I've found some issues regarding headers with mod_proxy and chunking and I think it might be a bug in mod_proxy, but to check that I need to intercept the requests generated

[users@httpd] Problem with mod_proxy and chunked content

2014-11-13 Thread Blomme Dieter
Hi, We have a problem with mod_proxy and chunked content. We use mod_proxy to selectively request pages from a second site, the ProxyPass and ProxyPassReverse statements are in the vhost file. Nearly all requests are OK, Except for one type of request which can't be handled properly. We use

Re: [users@httpd] Problem with mod_proxy and chunked content

2014-11-13 Thread Stefan Magnus Landrø
The transfer encoding header is missing, right? Sendt fra min iPhone Den 13. nov. 2014 kl. 18.13 skrev Blomme Dieter dieter.blo...@digipolis.be: Hi, We have a problem with mod_proxy and chunked content. We use mod_proxy to selectively request pages from a second site, the ProxyPass and

Re: [users@httpd] Problem with mod_proxy and chunked content

2014-11-13 Thread Blomme Dieter
Yes, but I thought that if that header is missing, it should still check if the data is chunked, is that incorrect? On 13 Nov 2014, at 18:52, Stefan Magnus Landrø stefan.lan...@gmail.com wrote: The transfer encoding header is missing, right? Sendt fra min iPhone Den 13. nov. 2014 kl.