From: pcs Date: Wed, 2 Dec 1998 17:01:26 +0000 (+0000) Subject: Actually, without a DefaultLanguage documents are considered to have _no_ X-Git-Tag: 1.3.4~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7ef4d350337acd012dd605319f719295f1c4d983;p=apache Actually, without a DefaultLanguage documents are considered to have _no_ language attribute. Apache does not default to English. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82433 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_mime.html b/docs/manual/mod/mod_mime.html index f7fd1af552..990c8f16b0 100644 --- a/docs/manual/mod/mod_mime.html +++ b/docs/manual/mod/mod_mime.html @@ -1,4 +1,4 @@ - +!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> Apache module mod_mime @@ -324,12 +324,21 @@ multiple extensions The DefaultLanguage directive tells Apache that all files in the directive's scope (e.g., all files covered by the current -<Directory> container) that don't have an explicit language -extension (such as .fr or .de) should be -considered to be the specified MIME-lang language -by default, rather than English. This allows entire directories -to be marked as containing Dutch content, for instance, without -having to rename each file. +<Directory> container) that don't have an explicit +language extension (such as .fr or .de as +configured by AddLanguage) should be considered to be in +the specified MIME-lang language. This allows entire +directories to be marked as containing Dutch content, for instance, +without having to rename each file. Note that unlike using extensions +to specify languages, DefaultLanguage can only specify a +single language. + +

+ +If no DefaultLanguage directive is in force, and a file +does not have any language extensions as configured by +AddLanguage, then that file will be considered to have no +language attribute.