summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2011-04-07 14:50:23 +0200
committerRich Bowen <rbowen@apache.org>2011-04-07 14:50:23 +0200
commitfcc50d056d0ce896a162a6cbf302588131352335 (patch)
treea02276db397baf40b6fd482c43071672f62a2ba7 /docs/manual/mod
parentignore generated file modules.mk (diff)
downloadapache2-fcc50d056d0ce896a162a6cbf302588131352335.tar.xz
apache2-fcc50d056d0ce896a162a6cbf302588131352335.zip
Remove mentions of the 1.3 generation of the server.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1089863 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod')
-rw-r--r--docs/manual/mod/mod_negotiation.html.en7
-rw-r--r--docs/manual/mod/mod_negotiation.xml.ja2
2 files changed, 2 insertions, 7 deletions
diff --git a/docs/manual/mod/mod_negotiation.html.en b/docs/manual/mod/mod_negotiation.html.en
index f321406a33..748ab63ac7 100644
--- a/docs/manual/mod/mod_negotiation.html.en
+++ b/docs/manual/mod/mod_negotiation.html.en
@@ -140,7 +140,7 @@ Negotiation</a></li>
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
@@ -227,7 +227,6 @@ cached by proxy servers</td></tr>
<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Base</td></tr>
<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_negotiation</td></tr>
-<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>The syntax changed in version 2.0.</td></tr>
</table>
<p>If set, this directive allows content-negotiated documents
to be cached by proxy servers. This could mean that clients
@@ -240,10 +239,6 @@ cached by proxy servers</td></tr>
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,
- <code class="directive">CacheNegotiatedDocs</code> did not take an
- argument; it was turned on by the presence of the directive by
- itself.</p>
</div>
<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
diff --git a/docs/manual/mod/mod_negotiation.xml.ja b/docs/manual/mod/mod_negotiation.xml.ja
index 7b775259ea..cad08072ff 100644
--- a/docs/manual/mod/mod_negotiation.xml.ja
+++ b/docs/manual/mod/mod_negotiation.xml.ja
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 420990:1089716 (outdated) -->
+<!-- English Revision: 420990:1089719 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more