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)?

[users@httpd] Location directive not working when using php-fpm (via mod_fastcgi)

2015-03-10 Thread Theo Belder
Hello, I am facing to an issue in my virtualhost config. It looks like mod_fastcgi causes the issue. I've configured a virtualhost which should be completely restricted with a SSL client certificate, except one location (/Public). Apache version: httpd-2.2.15-39.el6.centos.x86_64 PHP version:

Re: [users@httpd] Example Apache reverse proxy configuration for HTTPS frontend and several HTTP backends

2015-03-10 Thread A M
Thanks again Igor. Yesterday I have in fact posted a summary, it is available at this URL: http://mail-archives.apache.org/mod_mbox/httpd-users/201503.mbox/browser On Mon, Mar 9, 2015 at 10:42 PM, Igor Cicimov icici...@gmail.com wrote: On 10/03/2015 4:13 AM, A M amm.pr...@gmail.com wrote:

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

2015-03-10 Thread Dennis.Lunardi
Hi James, yes you are correct, I also have to remove the Accept-Encoding header later for the response compression. But my current problem is that I can't get the decompression of the requests working. Regards, Dennis -Original Message- From: James Smith [mailto:j...@sanger.ac.uk]

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.