Explain the changed syntax of CacheNegotiatedDocs

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84814 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Tony Finch
2000-03-21 18:41:30 +00:00
parent ac23f18cd5
commit 7c75844320
2 changed files with 9 additions and 5 deletions

View File

@ -115,7 +115,11 @@ requirements, and returns that document.<P>
<A
HREF="directive-dict.html#Syntax"
REL="Help"
><STRONG>Syntax:</STRONG></A> CacheNegotiatedDocs<BR>
><STRONG>Syntax:</STRONG></A> CacheNegotiatedDocs <EM>boolean</EM><BR>
<A
HREF="directive-dict.html#Default"
REL="Help"
><STRONG>Default:</STRONG></A> <CODE>CacheNegotiatedDocs off</CODE><BR>
<A
HREF="directive-dict.html#Context"
REL="Help"
@ -132,20 +136,21 @@ requirements, and returns that document.<P>
HREF="directive-dict.html#Compatibility"
REL="Help"
><STRONG>Compatibility:</STRONG></A> CacheNegotiatedDocs is only available
in Apache 1.1 and later.<P>
in Apache 1.1 and later. The syntax changed in version 2.0.<P>
<P>If set, this directive allows content-negotiated documents to be
cached by proxy servers. This could mean that clients behind those
proxys could retrieve versions of the documents that are not the best
match for their abilities, but it will make caching more
efficient.
<P>
This directive only applies to requests which come from HTTP/1.0 browsers.
<P>This directive only applies to requests which come from HTTP/1.0 browsers.
HTTP/1.1 provides much better control over the caching of negotiated
documents, and this directive has no effect in responses to
HTTP/1.1 requests.
<P>Prior to version 2.0, CacheNegotiatedDocs did not take an argument;
it was turned on by the presence of the directive by itself.
<H2><A NAME="languagepriority">LanguagePriority</A></H2>