]> TLD Linux GIT Repositories - packages/apache.git/blob - apache-mod_mime_magic.conf
- Up to 2.4.52
[packages/apache.git] / apache-mod_mime_magic.conf
1 LoadModule mime_magic_module modules/mod_mime_magic.so
2
3 # The mod_mime_magic module allows the server to use various hints from the
4 # contents of the file itself to determine its type.  The MIMEMagicFile
5 # directive tells the module where the hint definitions are located.
6
7 <IfModule mime_magic_module>
8         MIMEMagicFile /etc/httpd/magic
9 </IfModule>