Re: [users@httpd] Decompress requests using mod_deflate and uset Content-Encoding header

2015-03-10 Thread Rainer Jung
Am 09.03.2015 um 15:57 schrieb dennis.luna...@t-systems.com: Hi, I have some problems using mod_deflate to decompress requests. I am using a apache 2.4 as a reverse proxy on Red Hat Enterprise Linux Server release 6.4 (Santiago). Within this apache I have to decompress requests and compress

Re: [users@httpd] Decompress requests using mod_deflate and uset Content-Encoding header

2015-03-10 Thread Yann Ylavic
On Tue, Mar 10, 2015 at 10:25 AM, Yann Ylavic ylavic@gmail.com wrote: Hi Dennis, On Tue, Mar 10, 2015 at 10:07 AM, dennis.luna...@t-systems.com wrote: But my current problem is that I can't get the decompression of the requests working. SetInputFilter INFLATE (instead of DEFLATE)?

RE: [users@httpd] Decompress requests using mod_deflate and uset Content-Encoding header

2015-03-10 Thread Dennis.Lunardi
] Sent: Montag, 9. März 2015 16:00 To: users@httpd.apache.org Subject: Re: [users@httpd] Decompress requests using mod_deflate and uset Content-Encoding header Wrong header... RequestHeader unset Accept-Encoding is the way to stop the backend compressing the request... On 09/03/2015 14:57

Re: [users@httpd] Decompress requests using mod_deflate and uset Content-Encoding header

2015-03-10 Thread Yann Ylavic
Hi Dennis, On Tue, Mar 10, 2015 at 10:07 AM, dennis.luna...@t-systems.com wrote: But my current problem is that I can't get the decompression of the requests working. SetInputFilter INFLATE (instead of DEFLATE)? Regards, Yann.

[users@httpd] Decompress requests using mod_deflate and uset Content-Encoding header

2015-03-09 Thread Dennis.Lunardi
Hi, I have some problems using mod_deflate to decompress requests. I am using a apache 2.4 as a reverse proxy on Red Hat Enterprise Linux Server release 6.4 (Santiago). Within this apache I have to decompress requests and compress the answers. To do this for some specific requests I defined a

Re: [users@httpd] Decompress requests using mod_deflate and uset Content-Encoding header

2015-03-09 Thread James Smith
Wrong header... RequestHeader unset Accept-Encoding is the way to stop the backend compressing the request... On 09/03/2015 14:57, dennis.luna...@t-systems.com wrote: Hi, I have some problems using mod_deflate to decompress requests. I am using a apache 2.4 as a reverse proxy on Red Hat