Hi, I have Apache configured to compress content from web app running on Tomcat. Also the application uses Compression Filter.
How apache handle such situation when it receives compressed content and it's setup to compress content too.
Does Apache just shift the content to client or unzip content first and then compress it again?