mod_deflate docs (<http://httpd.apache.org/docs-2.0/mod/mod_deflate.html#recommended>) give this example config:
# Don't compress images SetEnvIfNoCase Request_URI \ \.(?:gif|jpe?g|png)$ no-gzip dont-vary # Make sure proxies don't deliver the wrong content Header append Vary User-Agent env=!dont-vary The problem is that a lot of people don't read carefully enough and seem to assume that dont-vary is a magic variable, recognized by the httpd or the like. Any idea how (where?) to clarify that misunderstanding better? Thanks, nd --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]