summaryrefslogtreecommitdiff
path: root/docs/manual/env.html.en
diff options
context:
space:
mode:
authorAstrid Malo <kess@apache.org>2003-05-27 21:13:42 +0000
committerAstrid Malo <kess@apache.org>2003-05-27 21:13:42 +0000
commit17d7bc27934352356a1fd5ca95d6a53def65d823 (patch)
tree8b24e18fae34fbaad0f74d33107a24080f603af3 /docs/manual/env.html.en
parent27c61911090b00996ddcc89967f875b6d59eae44 (diff)
downloadhttpd-17d7bc27934352356a1fd5ca95d6a53def65d823.tar.gz
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
Diffstat (limited to 'docs/manual/env.html.en')
-rw-r--r--docs/manual/env.html.en12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/manual/env.html.en b/docs/manual/env.html.en
index 6c37c2c454..95ae3c8ea3 100644
--- a/docs/manual/env.html.en
+++ b/docs/manual/env.html.en
@@ -268,6 +268,18 @@
<p>This disables <code class="directive"><a href="./mod/core.html#keepalive">KeepAlive</a></code> when set.</p>
+
+ <h3><a name="prefer-language" id="prefer-language">prefer-language</a></h3>
+
+ <p>This influences <code class="module"><a href="./mod/mod_negotiation.html">mod_negotiation</a></code>'s behaviour. If
+ it contains a language tag (such as <code>en</code>, <code>ja</code>
+ or <code>x-klingon</code>), <code class="module"><a href="./mod/mod_negotiation.html">mod_negotiation</a></code> tries
+ to deliver a variant with that language. If there's no such variant,
+ the normal <a href="content-negotiation.html">negotiation</a> process
+ applies.</p>
+
+
+
<h3><a name="redirect-carefully" id="redirect-carefully">redirect-carefully</a></h3>