> On 9 Oct 2020, at 18:25, Ian Pilcher <arequip...@gmail.com> wrote:
> 
> but I can't find anything about
> proxying an application that serves up compressed content in the first
> place.

This is really a question for the client and the backend server.
The proxy is just the messenger!

What do you want to happen?  To return compressed contents to a Client
that won't accept it, you could have the proxy set the request header.
To decompress contents on the fly, you'd use that filter from mod_deflate.

-- 
Nick Kew

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to