* 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>
?
If mod_jk uses the appropriate Apache API call (ap_set_content_type),
AddOutputFilterByType DEFLATE text/html
works, too.
nd
--
Real programmers confuse Christmas and Halloween because
DEC 25 = OCT 31. -- Unknown
(found in ssl_engine_mutex.c)
