diff options
author | Tony Finch <fanf@apache.org> | 2000-03-21 19:41:30 +0100 |
---|---|---|
committer | Tony Finch <fanf@apache.org> | 2000-03-21 19:41:30 +0100 |
commit | 7c7584432035240139a0da6c85602891c25caec6 (patch) | |
tree | 9fadf289cace1090b3d36807bd4a28e50ec90492 /docs/manual | |
parent | Explain the changed ErrorDocument syntax. (diff) | |
download | apache2-7c7584432035240139a0da6c85602891c25caec6.tar.xz apache2-7c7584432035240139a0da6c85602891c25caec6.zip |
Explain the changed syntax of CacheNegotiatedDocs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84814 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual')
-rw-r--r-- | docs/manual/mod/mod_negotiation.html | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/docs/manual/mod/mod_negotiation.html b/docs/manual/mod/mod_negotiation.html index 96222acb22..cbb026d22d 100644 --- a/docs/manual/mod/mod_negotiation.html +++ b/docs/manual/mod/mod_negotiation.html @@ -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> |