From: Igor Galić Date: Wed, 1 Dec 2010 13:48:51 +0000 (+0000) Subject: PR#50355 X-Git-Tag: 2.3.10~127 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=763dbb4fbb5ccfda120d187e52cb9e1b21061a79;p=thirdparty%2Fapache%2Fhttpd.git PR#50355 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1041009 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_mime.xml b/docs/manual/mod/mod_mime.xml index d557121bfc6..3a2c20eed21 100644 --- a/docs/manual/mod/mod_mime.xml +++ b/docs/manual/mod/mod_mime.xml @@ -943,8 +943,8 @@ extensions configuration file. File-path is relative to the ServerRoot. This file sets the default list of mappings from filename extensions to content - types. Most administrators use the provided - mime.types file, which associates common filename + types. Most administrators use the mime.types file + provided by their OS, which associates common filename extensions with the official list of IANA registered media types maintained at

The case of the extension does not matter. Blank lines, and lines - beginning with a hash character (#) are ignored.

+ beginning with a hash character (#) are ignored. + Empty lines are there for completeness (of the mime.types file). + Apache httpd can still determine these types with mod_mime_magic. +

Please do not send requests to the Apache HTTP