Apache ProxyRevese with content encoding error
Friday, 12. September 2008, 06:08:10
Because your below-proxy webapp is using compression for examples then your proxy did not understand.
Then you should need this in your proxy config :
Then you should need this in your proxy config :
<Location>
RequestHeader unset Accept-Encoding
</Location>







