Commit 1dd27fa4 authored by Lars Eilebrecht's avatar Lars Eilebrecht
Browse files

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
parent 4a2fca4d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -88,6 +88,7 @@ of the terms used in their descriptions available.
<LI><A HREF="core.html#coredumpdirectory">CoreDumpDirectory</A>
<LI><A HREF="mod_log_config.html#customlog">CustomLog</A>
<LI><A HREF="mod_autoindex.html#defaulticon">DefaultIcon</A>
<LI><A HREF="mod_mime.html#defaultlanguage">DefaultLanguage</A>
<LI><A HREF="core.html#defaulttype">DefaultType</A>
<LI><A HREF="mod_access.html#deny">deny</A>
<LI><A HREF="core.html#directory">&lt;Directory&gt;</A>
+8 −1
Original line number Diff line number Diff line
@@ -241,7 +241,8 @@ Then the document <CODE>xxxx.en.Z</CODE> will be treated as being a
compressed English document (as will the document
<CODE>xxxx.Z.en</CODE>). 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 <A
HREF="../content-negotiation.html">content negotiation</A>, where
the server returns one from several documents based on the client's
language preference.<P>

@@ -249,6 +250,9 @@ language preference.<P>

<STRONG>See also</STRONG>: <A HREF="#multipleext">Files with
multiple extensions</A>
<BR>
<STRONG>See also</STRONG>: <A
HREF="./mod_negotiation.html">mod_negotiation</A>

<HR>

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

<P>

<STRONG>See also</STRONG>: <A
HREF="./mod_negotiation.html">mod_negotiation</A>
<BR>
<STRONG>See also</STRONG>: <A HREF="#multipleext">Files with
multiple extensions</A>

+8 −1
Original line number Diff line number Diff line
@@ -168,9 +168,16 @@ a language preference, then <CODE>foo.html.fr</CODE> would be returned.<P>
<P>

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.

<P>

<STRONG>See also</STRONG>:
<A HREF="./mod_mime.html#defaultlanguage">DefaultLanguage</A> and
<A HREF="./mod_mime.html#addlanguage">AddLanguage</A>


<!--#include virtual="footer.html" -->
</BODY>
</HTML>