]> git.pld-linux.org Git - packages/apache.git/commitdiff
- unify
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 21 Dec 2005 13:19:45 +0000 (13:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_mime_magic.conf -> 1.2

apache-mod_mime_magic.conf

index 8865869c5da137dab20ff10501174b9c37a7b3ed..2034b65c026a3b824d8ce6f8e9c43d4eb1c5be11 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/magic
+</IfModule>
This page took 0.03234 seconds and 4 git commands to generate.