]> granicus.if.org Git - apache/commitdiff
Remove DefaultType config. I could have sworn I did this
authorRoy T. Fielding <fielding@apache.org>
Mon, 2 Feb 2009 23:08:25 +0000 (23:08 +0000)
committerRoy T. Fielding <fielding@apache.org>
Mon, 2 Feb 2009 23:08:25 +0000 (23:08 +0000)
four years ago, but apparently that was just AddDefaultCharset.
PR: 13986

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

docs/conf/httpd.conf.in

index 5e65c7736d4fb2b785480575b380be5a28e1fca8..b5e631916935dd55cdafeca8b4e0599e396fa489 100644 (file)
@@ -266,17 +266,6 @@ LogLevel warn
     Require all granted
 </Directory>
 
-#
-# DefaultType: the default MIME type the server will use for a document
-# if it cannot otherwise determine one, such as from filename extensions.
-# If your server contains mostly text or HTML documents, "text/plain" is
-# a good value.  If most of your content is binary, such as applications
-# or images, you may want to use "application/octet-stream" instead to
-# keep browsers from trying to display binary files as though they are
-# text.
-#
-DefaultType text/plain
-
 <IfModule mime_module>
     #
     # TypesConfig points to the file containing the list of mappings from