kess 2003/05/27 14:13:42
Modified: docs/manual Tag: APACHE_2_0_BRANCH env.html.en env.xml
Log:
document prefer-language
Revision Changes Path
No revision
No revision
1.33.2.4 +12 -0 httpd-2.0/docs/manual/env.html.en
Index: env.html.en
===================================================================
RCS file: /home/cvs/httpd-2.0/docs/manual/env.html.en,v
retrieving revision 1.33.2.3
retrieving revision 1.33.2.4
diff -u -r1.33.2.3 -r1.33.2.4
--- env.html.en 11 Dec 2002 22:27:01 -0000 1.33.2.3
+++ env.html.en 27 May 2003 21:13:42 -0000 1.33.2.4
@@ -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>
1.6.2.5 +12 -0 httpd-2.0/docs/manual/env.xml
Index: env.xml
===================================================================
RCS file: /home/cvs/httpd-2.0/docs/manual/env.xml,v
retrieving revision 1.6.2.4
retrieving revision 1.6.2.5
diff -u -r1.6.2.4 -r1.6.2.5
--- env.xml 16 Apr 2003 00:22:43 -0000 1.6.2.4
+++ env.xml 27 May 2003 21:13:42 -0000 1.6.2.5
@@ -294,6 +294,18 @@
<p>This disables <directive module="core">KeepAlive</directive>
when set.</p>
</section>
+
+ <section id="prefer-language"><title>prefer-language</title>
+
+ <p>This influences <module>mod_negotiation</module>'s behaviour.
If
+ it contains a language tag (such as <code>en</code>, <code>ja</code>
+ or <code>x-klingon</code>), <module>mod_negotiation</module>
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>
+
+ </section>
+
<section id="redirect-carefully">
<title>redirect-carefully</title>
|