]> granicus.if.org Git - apache/commitdiff
match the comments in 2.0
authorRoy T. Fielding <fielding@apache.org>
Sat, 11 Oct 2003 02:08:33 +0000 (02:08 +0000)
committerRoy T. Fielding <fielding@apache.org>
Sat, 11 Oct 2003 02:08:33 +0000 (02:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101412 13f79535-47bb-0310-9956-ffa450edef68

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

index a0abcc310da0d1d59fdb105ac831e0df521e6474..db6238b25c257b0b5842f2be0886ddc3f40afa08 100644 (file)
@@ -711,15 +711,14 @@ ServerSignature On
     # file mime.types for specific file types.
     #
     #AddType application/x-gzip .tgz
-
     #
     # AddEncoding allows you to have certain browsers uncompress
     # information on the fly. Note: Not all browsers support 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
     #
     # If the AddEncoding directives above are commented-out, then you
     # probably should define those extensions to indicate media types:
index 9571a218e8b22c307a132a96706802ef00236d77..1e2d9d56622928c13fae1667473a6a9acb33201c 100644 (file)
@@ -621,15 +621,14 @@ IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t
 # file mime.types for specific file types.
 #
 #AddType application/x-gzip .tgz
-
 #
 # AddEncoding allows you to have certain browsers uncompress
 # information on the fly. Note: Not all browsers support 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
 #
 # If the AddEncoding directives above are commented-out, then you
 # probably should define those extensions to indicate media types: