Re: [EMAIL PROTECTED] Use Apache for compression offloading

2008-06-24 Thread André Warnier
Hi again. This is an amendment to my previous answer. André Warnier wrote: Rainer Sabelka wrote: On Tuesday 24 June 2008 09:22:47 André Warnier wrote: Hi. [...] Hm. I think the check for the Accept-encoding header is hard-coded in mod_deflate. No matter if I SetOutputFilter DEFLATE con

Re: [EMAIL PROTECTED] Use Apache for compression offloading

2008-06-24 Thread André Warnier
Rainer Sabelka wrote: On Tuesday 24 June 2008 09:22:47 André Warnier wrote: Hi. [...] Hm. I think the check for the Accept-encoding header is hard-coded in mod_deflate. No matter if I SetOutputFilter DEFLATE conditionally or unconditionally, the filter won't compress the output as soon

Re: [EMAIL PROTECTED] Use Apache for compression offloading

2008-06-24 Thread Rainer Sabelka
On Tuesday 24 June 2008 09:22:47 André Warnier wrote: > Hi. > > I'm not a specialist of that kind of thing, but I'm curious and I just > wonder about the following kind of scenario : > > - In the proxy server, unset the Accept-encoding header, but set another > non-standard one (or an environment v

Re: [EMAIL PROTECTED] Use Apache for compression offloading

2008-06-24 Thread André Warnier
Hi. I'm not a specialist of that kind of thing, but I'm curious and I just wonder about the following kind of scenario : - In the proxy server, unset the Accept-encoding header, but set another non-standard one (or an environment value) that will not be recognised by the back-end server - c

[EMAIL PROTECTED] Use Apache for compression offloading

2008-06-23 Thread Rainer Sabelka
Hi, I try to use apache (version 2.2.8 on Ubuntu 8.04) for compression offloading. What I want to do: - use mod_proxy to forward all requests to the application server - use mod_deflate to compress the output - remove the "Accept-Encondig:" header from the client's request before sending it to th