Andr� Malo wrote:
* Henri Gomez wrote:
Ok, it works with SetOutputFilter DEFLATE, I'm now wonder
how to remove *.gif/*.jpg and *.js from being compressed.
hmm.
<Files ~ \.(gif|jpeg|js)$>
SetEnv no-gzip
</Files>
Hum, it didn't seems to works on my iSeries.
Neither with :
SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip dont-vary
?
If mod_jk uses the appropriate Apache API call (ap_set_content_type),
Not yet, since we'll have to reparse the tomcat reply which is not
done today.
AddOutputFilterByType DEFLATE text/html
I'll try to see how to add it...