On 03/06/2007 12:18 AM, Topher Fischer wrote:
> > Just to clarify: Here's what goes out from the proxy: > Accept-Encoding: identity,gzip,deflate > > And here's what comes back: > Content-Encoding: identity > ... > Content-Encoding: gzip > > ... and the reply is gzip'd. The server is running mod_fastcgi and Who does gzip the content? mod_deflate or your application? > mod_ssl. Do you have a good way of tweaking your client's HTTP headers > in the request? I could probably try to test this against a new apache > build tomorrow, but I don't know a good way to control what gets put in > the request header. http://httpd.apache.org/docs/2.2/en/mod/mod_headers.html can be your friend in this case. Regards RĂ¼diger
