From: Justin Erenkrantz Date: Wed, 22 Jan 2003 04:29:56 +0000 (+0000) Subject: Comment out .gz etc. AddEncoding lines in our default configuration. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f761d9f1f26d400ed2771ba2fe50008ff84c43bb;p=apache Comment out .gz etc. AddEncoding lines in our default configuration. Current browsers have a tendency to decompress the data when no one really wants it to do that. If you want the old behavior that leads to transparent decompression by modern browsers, uncomment these lines. But, this shouldn't be our default. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98436 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/httpd-std.conf.in b/docs/conf/httpd-std.conf.in index 45b4299f5f..9be3f87ed3 100644 --- a/docs/conf/httpd-std.conf.in +++ b/docs/conf/httpd-std.conf.in @@ -703,8 +703,8 @@ ServerSignature On # this. Despite the name similarity, the following Add* directives have # nothing to do with the FancyIndexing customization directives above. # - AddEncoding x-compress Z - AddEncoding x-gzip gz tgz + #AddEncoding x-compress Z + #AddEncoding x-gzip gz tgz # # DefaultLanguage and AddLanguage allows you to specify the language of