]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-mod_mime_magic.conf
- release 2
[packages/apache.git] / apache-mod_mime_magic.conf
index 8865869c5da137dab20ff10501174b9c37a7b3ed..cf7fbed8a5477fc98ccc62eaa9cd86caac8416c1 100644 (file)
@@ -4,5 +4,7 @@ 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.025246 seconds and 4 git commands to generate.