summaryrefslogtreecommitdiffstats
path: root/httpd.conf
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-04-16 16:10:30 +0200
committerRemi Collet <fedora@famillecollet.com>2013-04-16 16:10:30 +0200
commitc0d77ab6a4bdf0c18fa1084afa2c8a425bb12c94 (patch)
treedb8ccf2eeed5ab0421e8ced3de13e7244e68df99 /httpd.conf
parent60d0b8d1d6adb833707a4b3942151036110869fe (diff)
httpd: sync with rawhide
Diffstat (limited to 'httpd.conf')
-rw-r--r--httpd.conf14
1 files changed, 8 insertions, 6 deletions
diff --git a/httpd.conf b/httpd.conf
index fc7bf34..a7af0dc 100644
--- a/httpd.conf
+++ b/httpd.conf
@@ -315,12 +315,14 @@ LogLevel warn
#
AddDefaultCharset UTF-8
-#
-# 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 conf/magic
+<IfModule mime_magic_module>
+ #
+ # 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 conf/magic
+</IfModule>
#
# Customizable error responses come in three flavors: