lars 98/12/26 18:38:18
Modified: htdocs/manual/mod directives.html mod_negotiation.html mod_mime.html Log: A little update (DefaultLanguage wasn't on the directives page). Revision Changes Path 1.53 +1 -0 apache-1.3/htdocs/manual/mod/directives.html Index: directives.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/directives.html,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- directives.html 1998/10/15 16:54:09 1.52 +++ directives.html 1998/12/27 02:38:14 1.53 @@ -88,6 +88,7 @@ <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"><Directory></A> 1.13 +8 -1 apache-1.3/htdocs/manual/mod/mod_negotiation.html Index: mod_negotiation.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_negotiation.html,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- mod_negotiation.html 1998/09/17 12:06:40 1.12 +++ mod_negotiation.html 1998/12/27 02:38:15 1.13 @@ -168,8 +168,15 @@ <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> 1.29 +8 -1 apache-1.3/htdocs/manual/mod/mod_mime.html Index: mod_mime.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_mime.html,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- mod_mime.html 1998/12/04 17:39:24 1.28 +++ mod_mime.html 1998/12/27 02:38:15 1.29 @@ -241,7 +241,8 @@ 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 @@ <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 @@ <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>