[Mod_gzip] "mod_gzip_send_vary=Yes" disables caching on IE? (1.3.26.1a)
Jordan Russell
mod_gzip@lists.over.net
Fri, 6 Dec 2002 17:50:39 -0600
Ah ha!
After further testing, I've found that IE 6 *will* cache a page containing
"Vary: Accept-Encoding" just fine *if* there's also a "Content-Encoding:
gzip" header. It's only the files that mod_gzip sends back uncompressed with
no Content-Encoding header that are not being cached.
Could mod_gzip suppress the "Vary: Accept-Encoding" header when sending back
uncompressed data? That seems like the perfect "solution".
Jordan Russell