From: Roy T. Fielding Date: Mon, 2 Feb 2009 23:08:25 +0000 (+0000) Subject: Remove DefaultType config. I could have sworn I did this X-Git-Tag: 2.3.2~90 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=278e117dfad0546992ef99099c3de230a1b1207b;p=thirdparty%2Fapache%2Fhttpd.git Remove DefaultType config. I could have sworn I did this 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 --- diff --git a/docs/conf/httpd.conf.in b/docs/conf/httpd.conf.in index 5e65c7736d4..b5e63191693 100644 --- a/docs/conf/httpd.conf.in +++ b/docs/conf/httpd.conf.in @@ -266,17 +266,6 @@ LogLevel warn Require all granted -# -# 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 - # # TypesConfig points to the file containing the list of mappings from