Antwort: [Mod_gzip] Missing image size and mime-typ when using mod_gzip

mod_gzip@lists.over.net mod_gzip@lists.over.net
Mon, 28 Apr 2003 22:16:55 +0200


Hallo Rolf,


> one question is left. in ms internet explorer
> the mime-typ and the image-size is missing
> when pressing the right mouse button above the
> image. it's impossible to save an image by
> pressing the right mouse button using 'save as'.
>
> this happens altough all image-files are
> excluded and i've tried to use mod_expires to
> prevent pictures being cached.
>
> has anyone an advice ?

I believe to remember this is a bug of the M$IE
handling "Vary:" HTTP headers properly.

You can escape the effect when you change the
method of disabling mod_gzip for your images
- from using "mod_gzip_exclude_item" rules
- to "mod_gzip_on no" in the appropriate
  <FilesMatch> context definition.
This will prevent mod_gzip from being invoked
at all in these cases, and then surely from
creating any "Vary:" header at all.

Viele Grüße

      Michael