]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
"Comment out .gz etc. AddEncoding lines in our default configuration.
authorErik Abele <erikabele@apache.org>
Sun, 1 Jun 2003 21:13:14 +0000 (21:13 +0000)
committerErik Abele <erikabele@apache.org>
Sun, 1 Jun 2003 21:13:14 +0000 (21:13 +0000)
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." (see httpd-std.conf.in r1.32, jerenkrantz)

Reviewed by: wrowe, slive, nd, erik

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100132 13f79535-47bb-0310-9956-ffa450edef68

docs/conf/httpd-std.conf.in
docs/conf/httpd-win.conf

index 03721dfcaa3723898940f860a8da1675875818c4..4d2089ee843d10f3074e6898348b58645077481e 100644 (file)
@@ -695,8 +695,8 @@ IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t
 # 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 
index 53ba352570541b38b68d327fba2d97efd2fde68c..50630a64ee4b5383568c9432f71584545515957d 100644 (file)
@@ -614,8 +614,8 @@ IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t
 # 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