[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: php

[users@httpd] PUTting files and SetInputFilter DEFLATE

2015-03-10 Thread Olivier Rossel
Hello everyone, I have such a VirtualHost configuration: ServerName foo.bar DocumentRoot /var/www/foobar/ SetOutputFilter DEFLATE Dav On SetInputFilter DEFLATE DavLockDB /tmp/DavLock2 With this config, I can PUT files on my serve

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 wrote: > Hi Dennis, > > On Tue, Mar 10, 2015 at 10:07 AM, wrote: >> >> But my current problem is that I can't get the decompression of the requests >> working. > > SetInputFilter INFLATE (instead of DEFLATE)? No, it's an output filter only, the rig

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 t

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, wrote: > > But my current problem is that I can't get the decompression of the requests > working. SetInputFilter INFLATE (instead of DEFLATE)? Regards, Yann. - To unsubscribe, e-

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] Se

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 wrote: > > On 10/03/2015 4:13 AM, "A M" wrote: > > > > > > Hello, > > > > thanks