]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Continuing on the "off-by-default" binge, don't activate
authorJoshua Slive <slive@apache.org>
Wed, 6 Apr 2005 14:13:37 +0000 (14:13 +0000)
committerJoshua Slive <slive@apache.org>
Wed, 6 Apr 2005 14:13:37 +0000 (14:13 +0000)
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

docs/conf/httpd.conf.in

index 0abdadd594ed53e5f98fb720cca133da3eceed94..fad6eb5b6cb6e5cea24662f8845265a0fa1ac2f2 100644 (file)
@@ -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: