From d6ddacf05fa9076a7eaa56ed1ef49858be5ad394 Mon Sep 17 00:00:00 2001 From: Justin Erenkrantz Date: Wed, 22 Jan 2003 04:29:56 +0000 Subject: [PATCH] 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 --- docs/conf/httpd-std.conf.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.50.1