diff options
author | Rich Bowen <rbowen@apache.org> | 2011-04-07 05:23:51 +0200 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2011-04-07 05:23:51 +0200 |
commit | 39948207afcc9bdd3463ea35c1506c673095dcc2 (patch) | |
tree | 2aa3477f6d62954e8543181225070b1fe805e485 /docs/manual/mod | |
parent | Rebuild transformations. (diff) | |
download | apache2-39948207afcc9bdd3463ea35c1506c673095dcc2.tar.xz apache2-39948207afcc9bdd3463ea35c1506c673095dcc2.zip |
There are no versions of httpd earlier than 2.0. Oceania has always been at war with Eurasia.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1089719 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod')
-rw-r--r-- | docs/manual/mod/mod_negotiation.xml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/docs/manual/mod/mod_negotiation.xml b/docs/manual/mod/mod_negotiation.xml index 2f9e0bbbc9..e03aab2c06 100644 --- a/docs/manual/mod/mod_negotiation.xml +++ b/docs/manual/mod/mod_negotiation.xml @@ -127,7 +127,7 @@ Negotiation</a></seealso> requested directly.</dd> <dt><code>Body:</code></dt> - <dd>New in Apache 2.0, the actual content of the resource may + <dd>The actual content of the resource may be included in the type-map file using the Body header. This header must contain a string that designates a delimiter for the body content. Then all following lines in the type map @@ -214,7 +214,6 @@ cached by proxy servers</description> <default>CacheNegotiatedDocs Off</default> <contextlist><context>server config</context><context>virtual host</context> </contextlist> -<compatibility>The syntax changed in version 2.0.</compatibility> <usage> <p>If set, this directive allows content-negotiated documents @@ -228,10 +227,6 @@ cached by proxy servers</description> the caching of negotiated documents, and this directive has no effect in responses to HTTP/1.1 requests.</p> - <p>Prior to version 2.0, - <directive>CacheNegotiatedDocs</directive> did not take an - argument; it was turned on by the presence of the directive by - itself.</p> </usage> </directivesynopsis> |