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 21:59:13 +0200


Hi Glenn,


> It's a known problem that this version of mod_gzip is a bit
> over-zealous in generating Vary headers, sometimes when it
> doesn't need to do so.

Did you read

http://sourceforge.net/tracker/index.php?func=detail&aid=610045&group_id=54
975&atid=475503
which is the bug report for this effect in 1.3.19.2a?

# Date: 2002-09-26 04:32
# Sender: ckruse
# Logged In: YES
# user_id=329823
#
# fixed. mod_gzip now sends no Vary:-header when an item is
# excluded by 'file' or 'uri'.

Christian claims to have repaired at least a part of this
effect - does that match with your experience?
If not, could you please post what might be missing there?

> My workaround is to have absolutely no mod_gzip_item_exclude lines.
> That's right: none.

Surprise. 1.3.26.1a is meant to suppress "Vary:" headers by
actively excluding as many items as possible - because it is
much easier to identify an "exlude" rule that always fires
than the fact that no include rule will ever fire ...

> And I only have a single mod_gzip_item_include line:
> mod_gzip_item_include           uri   \.s?html?$

Good idea - effective and fast.

Regards, Michael