From: Lars Eilebrecht Date: Sun, 27 Dec 1998 02:38:15 +0000 (+0000) Subject: A little update (DefaultLanguage wasn't on the directives page). X-Git-Tag: 1.3.4~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d3bcc3e1e092e7877fbeed76db89ba6eb7e1a183;p=apache A little update (DefaultLanguage wasn't on the directives page). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82534 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/directives.html b/docs/manual/mod/directives.html index c66202e187..cffa57fef8 100644 --- a/docs/manual/mod/directives.html +++ b/docs/manual/mod/directives.html @@ -88,6 +88,7 @@ of the terms used in their descriptions available.
  • CoreDumpDirectory
  • CustomLog
  • DefaultIcon +
  • DefaultLanguage
  • DefaultType
  • deny
  • <Directory> diff --git a/docs/manual/mod/mod_mime.html b/docs/manual/mod/mod_mime.html index 25e1534626..2f17c5355c 100644 --- a/docs/manual/mod/mod_mime.html +++ b/docs/manual/mod/mod_mime.html @@ -241,7 +241,8 @@ Then the document xxxx.en.Z will be treated as being a compressed English document (as will the document xxxx.Z.en). Although the content language is reported to the client, the browser is unlikely to use this information. The -AddLanguage directive is more useful for content negotiation, where +AddLanguage directive is more useful for content negotiation, where the server returns one from several documents based on the client's language preference.

    @@ -249,6 +250,9 @@ language preference.

    See also: Files with multiple extensions +
    +See also: mod_negotiation


    @@ -342,6 +346,9 @@ language attribute.

    +See also: mod_negotiation +
    See also: Files with multiple extensions diff --git a/docs/manual/mod/mod_negotiation.html b/docs/manual/mod/mod_negotiation.html index f51c37a0f2..a7d19896c4 100644 --- a/docs/manual/mod/mod_negotiation.html +++ b/docs/manual/mod/mod_negotiation.html @@ -168,9 +168,16 @@ a language preference, then foo.html.fr would be returned.

    Note that this directive only has an effect if a 'best' language -cannot be determined by other any other means. Correctly implemented +cannot be determined by any other means. Correctly implemented HTTP/1.1 requests will mean this directive has no effect. +

    + +See also: +DefaultLanguage and +AddLanguage + +