From: Astrid Malo Date: Tue, 27 May 2003 21:13:42 +0000 (+0000) Subject: document prefer-language X-Git-Tag: 2.0.46~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=17d7bc27934352356a1fd5ca95d6a53def65d823;p=thirdparty%2Fapache%2Fhttpd.git document prefer-language git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100049 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/env.html.en b/docs/manual/env.html.en index 6c37c2c4547..95ae3c8ea3a 100644 --- a/docs/manual/env.html.en +++ b/docs/manual/env.html.en @@ -268,6 +268,18 @@

This disables KeepAlive when set.

+ +

prefer-language

+ +

This influences mod_negotiation's behaviour. If + it contains a language tag (such as en, ja + or x-klingon), mod_negotiation tries + to deliver a variant with that language. If there's no such variant, + the normal negotiation process + applies.

+ + +

redirect-carefully

diff --git a/docs/manual/env.xml b/docs/manual/env.xml index ded93dd7daf..58ae9cfd7a8 100644 --- a/docs/manual/env.xml +++ b/docs/manual/env.xml @@ -294,6 +294,18 @@

This disables KeepAlive when set.

+ +
prefer-language + +

This influences mod_negotiation's behaviour. If + it contains a language tag (such as en, ja + or x-klingon), mod_negotiation tries + to deliver a variant with that language. If there's no such variant, + the normal negotiation process + applies.

+ +
+
redirect-carefully