]> git.pld-linux.org Git - packages/apache.git/blame_incremental - apache-mod_mime_magic.conf
- bump nghttp2 requirement for complete support
[packages/apache.git] / apache-mod_mime_magic.conf
... / ...
CommitLineData
1LoadModule 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>
This page took 0.154541 seconds and 4 git commands to generate.