
bugzilla at apache
Aug 7, 2012, 10:52 AM
Post #1 of 2
(92 views)
Permalink
|
|
[Bug 53160] Reverse Proxy mod_deflate doesn't zip back content in outgoing traffic
|
|
https://issues.apache.org/bugzilla/show_bug.cgi?id=53160 --- Comment #2 from FN <lists [at] felix-nawroth> --- I can confirm the left-in Content-encoding header, which breaks a proxy chain in which every proxy is configured with InputFilter Deflate, for versions 2.2.18 to 2.2.22. To fix mod_deflate not recompressing outgoing requests please try SetOutputFilter INFLATE;DEFLATE or SetOutputFilter INFLATE;proxy-html;DEFLATE (according to http://www.apachetutor.org/apps/reverseproxies and/or http://www.apachetutor.org/admin/reverseproxies) -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe [at] httpd For additional commands, e-mail: bugs-help [at] httpd
|