Antwort: Re: [Mod_gzip] Issues with 1.3.26.1a: TIFF corrupted (if excluded) and 'Go Back' broken on Win98

mod_gzip@lists.over.net mod_gzip@lists.over.net
Thu, 30 Jan 2003 10:59:31 +0200


Hi Thomas,


> One of those Vary problems.  Few of us had to downgrade because
> of major TRAFFIC increase - hits went from 12 million to over
> 50 million and things werent really any faster because images
> were fetched for every page view - even with Back button!

but exactly this should no longer happen if you use 1.3.26.1
and explicitly EXCLUDE those images - because 1.3.26.1a _then_
will know this image can never be served in compressed form
and _not_ send any "Vary:" header for these responses.

This was the main reason for the 1.3.26.1a release at all.
You shouldn't downgrade and 'lie' to the proxies - instead
you should write your include/exclude rules more explicitly.

Suggested reading:
     http://www.schroepl.net/projekte/mod_gzip/cache.htm#vary-1.3.26.1a

Regards, Michael