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