]> git.pld-linux.org Git - packages/apache.git/blob - apache-mod_mime_magic.conf
- rel 1; works here; upgrade from all-apache packages 2.2 to 2.4 worked; partial...
[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>
This page took 0.034283 seconds and 4 git commands to generate.