From: Joshua Slive Date: Wed, 6 Apr 2005 14:13:37 +0000 (+0000) Subject: Continuing on the "off-by-default" binge, don't activate X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b1d66dfd12a6928c3c127811690e6f326b138e2;p=thirdparty%2Fapache%2Fhttpd.git Continuing on the "off-by-default" binge, don't activate mod_mime_magic unless it is specifically asked for. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/simple-conf@160297 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/httpd.conf.in b/docs/conf/httpd.conf.in index 0abdadd594e..fad6eb5b6cb 100644 --- a/docs/conf/httpd.conf.in +++ b/docs/conf/httpd.conf.in @@ -365,9 +365,7 @@ DefaultType text/plain # contents of the file itself to determine its type. The MIMEMagicFile # directive tells the module where the hint definitions are located. # - - MIMEMagicFile @rel_sysconfdir@/magic - +#MIMEMagicFile @rel_sysconfdir@/magic # # Customizable error responses come in three flavors: