]> git.pld-linux.org Git - packages/apache1.git/blame - apache1-mod_mime_magic.conf
rel 15; builds
[packages/apache1.git] / apache1-mod_mime_magic.conf
CommitLineData
c6d435c1
ER
1# $Id$
2LoadModule mime_magic_module modules/mod_mime_magic.so
3
4<IfModule mod_mime_magic.c>
5# The mod_mime_magic module allows the server to use various hints from the
6# contents of the file itself to determine its type. The MIMEMagicFile
7# directive tells the module where the hint definitions are located.
8# mod_mime_magic is not part of the default server (you have to add
9# it yourself with a LoadModule [see the DSO paragraph in the 'Global
10# Environment' section], or recompile the server and include mod_mime_magic
11# as part of the configuration), so it's enclosed in an <IfModule> container.
12# This means that the MIMEMagicFile directive will only be processed if the
13# module is part of the server.
14
15MIMEMagicFile /etc/apache/magic
16</IfModule>
This page took 0.0718490000000001 seconds and 4 git commands to generate.