summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Slive <slive@apache.org>2005-04-06 14:13:37 +0000
committerJoshua Slive <slive@apache.org>2005-04-06 14:13:37 +0000
commit1b1d66dfd12a6928c3c127811690e6f326b138e2 (patch)
treece0cf0607f516834b73e1043e895e5d712380ab9
parentd8d227c546f5ebc8130e3faf3843d679196f2e8b (diff)
downloadhttpd-1b1d66dfd12a6928c3c127811690e6f326b138e2.tar.gz
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
-rw-r--r--docs/conf/httpd.conf.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/conf/httpd.conf.in b/docs/conf/httpd.conf.in
index 0abdadd594..fad6eb5b6c 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.
#
-<IfModule mime_magic_module>
- MIMEMagicFile @rel_sysconfdir@/magic
-</IfModule>
+#MIMEMagicFile @rel_sysconfdir@/magic
#
# Customizable error responses come in three flavors: