PR#50355
authorIgor Galić <igalic@apache.org>
Wed, 1 Dec 2010 13:48:51 +0000 (13:48 +0000)
committerIgor Galić <igalic@apache.org>
Wed, 1 Dec 2010 13:48:51 +0000 (13:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1041009 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_mime.xml

index d557121bfc66c0b1d012fd694ce788bb82df1937..3a2c20eed219e498b4aeb1aaf21abc659058feeb 100644 (file)
@@ -943,8 +943,8 @@ extensions</description>
     configuration file. <var>File-path</var> is relative to the
     <directive module="core">ServerRoot</directive>. This file sets
     the default list of mappings from filename extensions to content
-    types. Most administrators use the provided
-    <code>mime.types</code> file, which associates common filename
+    types. Most administrators use the <code>mime.types</code> file
+    provided by their OS, which associates common filename
     extensions with the official list of IANA registered media types
     maintained at <a href=
     "http://www.iana.org/assignments/media-types/index.html"
@@ -964,7 +964,11 @@ extensions</description>
     </example>
 
     <p>The case of the extension does not matter. Blank lines, and lines
-    beginning with a hash character (<code>#</code>) are ignored.</p>
+    beginning with a hash character (<code>#</code>) are ignored.
+    Empty lines are there for completeness (of the mime.types file).
+    Apache httpd can still determine these types with <module
+    >mod_mime_magic</module>.
+    </p>
 
     <note>
       Please do <strong>not</strong> send requests to the Apache HTTP