https://bz.apache.org/bugzilla/show_bug.cgi?id=62349
--- Comment #2 from [email protected] --- I can confirm, a bit more googling showed me the answer: Either you register the proxy-html filter manually in between INFLATE and DEFLATE using `SetOutputFilter INFLATE;xml2enc;proxy-html;DEFLATE` (in this case, don't add `ProxyHTMLEnable on` or the filter is applied twice). Or you unset accept-encoding header to avoid the problem altogether: `RequestHeader unset Accept-Encoding`. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
