]> granicus.if.org Git - apache/commitdiff
remove bogus content type overrides from the default config
authorRoy T. Fielding <fielding@apache.org>
Wed, 9 Jul 2003 15:21:50 +0000 (15:21 +0000)
committerRoy T. Fielding <fielding@apache.org>
Wed, 9 Jul 2003 15:21:50 +0000 (15:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100521 13f79535-47bb-0310-9956-ffa450edef68

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

index 7553c8f7ca9bda451e9edd8f3fe0ccec2c1c3fab..cb2e2f6cc98dcf278ee216d10b969e074ea8b04d 100644 (file)
@@ -860,8 +860,8 @@ ServerSignature On
     # AddType allows you to add to or override the MIME configuration
     # file mime.types for specific file types.
     #
-    AddType application/x-tar .tgz
-    AddType image/x-icon .ico
+    #AddType application/x-gzip .tgz
+    #AddType image/x-icon .ico
 
     #
     # AddHandler allows you to map certain file extensions to "handlers":
index 88ed5a6448c08faa34b827be79126f240b5a88fa..713320ba9f330a3a9829c375e975e9409a6a92d5 100644 (file)
@@ -764,8 +764,8 @@ AddCharset shift_jis   .sjis
 # AddType allows you to add to or override the MIME configuration
 # file mime.types for specific file types.
 #
-AddType application/x-tar .tgz
-AddType image/x-icon .ico
+#AddType application/x-gzip .tgz
+#AddType image/x-icon .ico
 
 #
 # AddHandler allows you to map certain file extensions to "handlers":