You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@apache.org on 2005/04/06 16:13:38 UTC

svn commit: r160297 - httpd/httpd/branches/simple-conf/docs/conf/httpd.conf.in

Author: slive
Date: Wed Apr  6 07:13:37 2005
New Revision: 160297

URL: http://svn.apache.org/viewcvs?view=rev&rev=160297
Log:
Continuing on the "off-by-default" binge, don't activate
mod_mime_magic unless it is specifically asked for.

Modified:
    httpd/httpd/branches/simple-conf/docs/conf/httpd.conf.in

Modified: httpd/httpd/branches/simple-conf/docs/conf/httpd.conf.in
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/simple-conf/docs/conf/httpd.conf.in?view=diff&r1=160296&r2=160297
==============================================================================
--- httpd/httpd/branches/simple-conf/docs/conf/httpd.conf.in (original)
+++ httpd/httpd/branches/simple-conf/docs/conf/httpd.conf.in Wed Apr  6 07:13:37 2005
@@ -365,9 +365,7 @@
 # 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: