From 0e75f7106b6ad26779c34fb2732696e314dc6c9d Mon Sep 17 00:00:00 2001 From: "Roy T. Fielding" Date: Wed, 9 Jul 2003 15:21:50 +0000 Subject: [PATCH] remove bogus content type overrides from the default config git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100521 13f79535-47bb-0310-9956-ffa450edef68 --- docs/conf/httpd-std.conf.in | 4 ++-- docs/conf/httpd-win.conf | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf/httpd-std.conf.in b/docs/conf/httpd-std.conf.in index 7553c8f7ca..cb2e2f6cc9 100644 --- a/docs/conf/httpd-std.conf.in +++ b/docs/conf/httpd-std.conf.in @@ -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": diff --git a/docs/conf/httpd-win.conf b/docs/conf/httpd-win.conf index 88ed5a6448..713320ba9f 100644 --- a/docs/conf/httpd-win.conf +++ b/docs/conf/httpd-win.conf @@ -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": -- 2.40.0