From: dgaudet Date: Wed, 9 Jul 1997 01:14:32 +0000 (+0000) Subject: Doc tweak from Ian. X-Git-Tag: APACHE_1_3a1~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37eceb3153bb6204ce90a11d4a12a6515a706d16;p=thirdparty%2Fapache%2Fhttpd.git Doc tweak from Ian. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78573 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_mime_magic.html b/docs/manual/mod/mod_mime_magic.html index 56fade84863..f3c1d2ea8e6 100644 --- a/docs/manual/mod/mod_mime_magic.html +++ b/docs/manual/mod/mod_mime_magic.html @@ -11,12 +11,27 @@ VLINK="#000080" ALINK="#FF0000" > -

Module mod_mime_magic

+
+ [APACHE DOCUMENTATION] +
- This module is an optional extension to the Apache HTTPD server. - The current version can be obtained from - - http://www.employees.org/~ikluft/apache/mod_mime_magic/. +

Module mod_mime_magic

+ + This module is contained in the mod_mime_magic.c file, and is + an optional extension to the Apache HTTPD server. + It can be used to determine the MIME type of a file by looking at a + few bytes of its contents, the same way the Unix file(1) command works. + To use mod_mime_magic you have to enable the following line in the + server build Configuration file: + +
+      Module mime_magic_module   mod_mime_magic.o
+  
+ + This should be listed before mod_mime in the build + Configuration file so that it will be used after mod_mime. + mod_mime_magic is intended as a "second line of defense" for cases + mod_mime cannot resolve.

Summary

@@ -177,12 +192,6 @@

Notes

- Patches and suggestions for mod_mime_magic should be sent to - Ian Kluft <ikluft@cisco.com>. - Note that enhancements are done on a volunteer basis so no timetable can - be committed for any particular request. - Obviously, patches are given much higher priority over plain requests. -

The following notes apply to the mod_mime_magic module and are included here for compliance with contributors' copyright restrictions that require their acknowledgement.