diff options
author | Rich Bowen <rbowen@apache.org> | 2010-04-09 14:34:46 +0200 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2010-04-09 14:34:46 +0200 |
commit | 4c72a04e080603e14c62f7d6484ddde1d1b6225b (patch) | |
tree | f20e5208a05751bc83c4aba2fac0be311e434c06 /docs/manual/mod/core.html.en | |
parent | Remove more 1.3-specific language. (diff) | |
download | apache2-4c72a04e080603e14c62f7d6484ddde1d1b6225b.tar.xz apache2-4c72a04e080603e14c62f7d6484ddde1d1b6225b.zip |
Descriptions of how things used to be in 1.3 just confuse people.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@932385 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/core.html.en')
-rw-r--r-- | docs/manual/mod/core.html.en | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 8cf9c7262d..349ec68e60 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -1187,9 +1187,7 @@ HTTP response header for static files</td></tr> attributes that are used to create the <code>ETag</code> (entity tag) response header field when the document is based on a static file. (The <code>ETag</code> value is used in cache management to save - network bandwidth.) In Apache httpd 1.3.22 and earlier, the - <code>ETag</code> value was <em>always</em> formed - from the file's inode, size, and last-modified time (mtime). The + network bandwidth.) The <code class="directive">FileETag</code> directive allows you to choose which of these -- if any -- should be used. The recognized keywords are: </p> @@ -3092,9 +3090,6 @@ itself</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>Core</td></tr> <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>core</td></tr> -<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>In version 2.0, this - directive supersedes the functionality of the <code class="directive">Port</code> - directive from version 1.3.</td></tr> </table> <p>The <code class="directive">ServerName</code> directive sets the request scheme, hostname and |