You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2011/04/07 05:23:52 UTC

svn commit: r1089719 - /httpd/httpd/trunk/docs/manual/mod/mod_negotiation.xml

Author: rbowen
Date: Thu Apr  7 03:23:51 2011
New Revision: 1089719

URL: http://svn.apache.org/viewvc?rev=1089719&view=rev
Log:
There are no versions of httpd earlier than 2.0. Oceania has always been at war with Eurasia.

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_negotiation.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_negotiation.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_negotiation.xml?rev=1089719&r1=1089718&r2=1089719&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_negotiation.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_negotiation.xml Thu Apr  7 03:23:51 2011
@@ -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>