You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by fi...@apache.org on 2009/02/03 00:08:26 UTC

svn commit: r740144 - /httpd/httpd/trunk/docs/conf/httpd.conf.in

Author: fielding
Date: Mon Feb  2 23:08:25 2009
New Revision: 740144

URL: http://svn.apache.org/viewvc?rev=740144&view=rev
Log:
Remove DefaultType config.  I could have sworn I did this
four years ago, but apparently that was just AddDefaultCharset.
PR: 13986


Modified:
    httpd/httpd/trunk/docs/conf/httpd.conf.in

Modified: httpd/httpd/trunk/docs/conf/httpd.conf.in
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/conf/httpd.conf.in?rev=740144&r1=740143&r2=740144&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/conf/httpd.conf.in (original)
+++ httpd/httpd/trunk/docs/conf/httpd.conf.in Mon Feb  2 23:08:25 2009
@@ -266,17 +266,6 @@
     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