From: Rich Bowen Date: Thu, 7 Apr 2011 03:23:51 +0000 (+0000) Subject: There are no versions of httpd earlier than 2.0. Oceania has always been at war with... X-Git-Tag: 2.3.12~82 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39948207afcc9bdd3463ea35c1506c673095dcc2;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/docs/manual/mod/mod_negotiation.xml b/docs/manual/mod/mod_negotiation.xml index 2f9e0bbbc92..e03aab2c068 100644 --- a/docs/manual/mod/mod_negotiation.xml +++ b/docs/manual/mod/mod_negotiation.xml @@ -127,7 +127,7 @@ Negotiation requested directly.
Body:
-
New in Apache 2.0, the actual content of the resource may +
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 CacheNegotiatedDocs Off server configvirtual host -The syntax changed in version 2.0.

If set, this directive allows content-negotiated documents @@ -228,10 +227,6 @@ cached by proxy servers the caching of negotiated documents, and this directive has no effect in responses to HTTP/1.1 requests.

-

Prior to version 2.0, - CacheNegotiatedDocs did not take an - argument; it was turned on by the presence of the directive by - itself.