]> git.pld-linux.org Git - packages/apache1.git/blob - apache1-mod_mime_magic.conf
- update to 1.3.39
[packages/apache1.git] / apache1-mod_mime_magic.conf
1 # $Id$
2 LoadModule 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
15 MIMEMagicFile /etc/apache/magic
16 </IfModule>
This page took 0.026859 seconds and 3 git commands to generate.