]> granicus.if.org Git - apache/commitdiff
A little update (DefaultLanguage wasn't on the directives page).
authorLars Eilebrecht <lars@apache.org>
Sun, 27 Dec 1998 02:38:15 +0000 (02:38 +0000)
committerLars Eilebrecht <lars@apache.org>
Sun, 27 Dec 1998 02:38:15 +0000 (02:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82534 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/directives.html
docs/manual/mod/mod_mime.html
docs/manual/mod/mod_negotiation.html

index c66202e187fbffacba13e11f4675a61a250d2c5f..cffa57fef85557edd49ebf195f7bfe0b8caea78b 100644 (file)
@@ -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>
index 25e1534626522d6eef0a5654a332d720865e8437..2f17c5355c5eff7672be730294109c231a7dcb09 100644 (file)
@@ -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>
 
index f51c37a0f267f4917bb48d84e4f6db7669fbe3c8..a7d19896c452c9cfd5eb835a61018c7e6a0998ad 100644 (file)
@@ -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>