Everywhere I've read about on drupal.org and in the Apache docs 'sez it should be "AddEncoding x-gzip .gz"

CommentFileSizeAuthor
css_gzip_addencoding_x-gzip.patch921 byteskentr

Comments

mikeytown2’s picture

Title: Typo in README.txt and css_gzip.module: "AddEncoding gzip .gz" » README.txt and css_gzip.module: gzip vs x-gzip
Category: bug » support
Status: Active » Closed (works as designed)

What's out there and what works on all servers is 2 different things:
http://drupal.org/node/489824#comment-1870276

Unless your users are using browsers Less then IE4 & Netscape4 & Opera 5 then this might be an issue; but I'm guessing you don't have users using technology from 1997 :). I encountered a server that didn't like x-gzip thus I now use gzip as it always works.

Thanks for pointing this out though, I used to use x-gzip but due to my experiences I can no longer recommend it.