]> git.pld-linux.org Git - packages/apache.git/blob - apache-mod_mime_magic.conf
- updated to 2.2.6 (CVE-2007-3847, CVE-2007-1863, CVE-2007-3304, CVE-2006-5752, CVE...
[packages/apache.git] / apache-mod_mime_magic.conf
1 # $Id$
2 LoadModule mime_magic_module modules/mod_mime_magic.so
3
4 # The mod_mime_magic module allows the server to use various hints from the
5 # contents of the file itself to determine its type.  The MIMEMagicFile
6 # directive tells the module where the hint definitions are located.
7
8 <IfModule mime_magic_module>
9         MIMEMagicFile /etc/httpd/magic
10 </IfModule>
This page took 0.023659 seconds and 3 git commands to generate.