[Mod_gzip] [ANNOUNCEMENT] mod_gzip 1.3.26.1a

Christian Kruse mod_gzip@lists.over.net
Thu, 3 Oct 2002 00:37:34 +0200


Hallo,

On Wed, Oct 02, 2002 at 05:29:22PM -0400, Todd Vierling wrote:
> It shouldn't send Vary on anything which is not *included* (i.e. "it
> shouldn't be necessary to exclude something explicitly if mod_gzip won't
> touch it based on include directives").

I fear you're absolutely right. I'm sorry...
For this version you can turn them of using

<Files ~ "\.(gif|jpg|png)$">
  mod_gzip_send_vary Off
</Files>

Hope that next version will fix this definitely.

> Also, the note above says nothing at all about matching on MIME types.

This we (Michael and me) noticed, too. Next version :) (Perhaps next
week).

> So there's still some work to be done on making the Vary: generation
> smarter.  8-)

Yeah :) Absolutely.

Greetings,
 CK