]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-mod_mime_magic.conf
- up to 2.4.59
[packages/apache.git] / apache-mod_mime_magic.conf
index 8865869c5da137dab20ff10501174b9c37a7b3ed..0633dbbe3eef1b4ed008e5d1e353d108d155e7a7 100644 (file)
@@ -1,8 +1,9 @@
-# $Id$
 LoadModule mime_magic_module modules/mod_mime_magic.so
 
 # The mod_mime_magic module allows the server to use various hints from the
 # contents of the file itself to determine its type.  The MIMEMagicFile
 # directive tells the module where the hint definitions are located.
-#
-MIMEMagicFile /etc/magic
+
+<IfModule mime_magic_module>
+       MIMEMagicFile /etc/httpd/magic
+</IfModule>
This page took 0.096278 seconds and 4 git commands to generate.