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 2010/04/09 14:34:46 UTC

svn commit: r932385 - in /httpd/httpd/trunk/docs/manual/mod: core.html.en core.xml

Author: rbowen
Date: Fri Apr  9 12:34:46 2010
New Revision: 932385

URL: http://svn.apache.org/viewvc?rev=932385&view=rev
Log:
Descriptions of how things used to be in 1.3 just confuse people.

Modified:
    httpd/httpd/trunk/docs/manual/mod/core.html.en
    httpd/httpd/trunk/docs/manual/mod/core.xml

Modified: httpd/httpd/trunk/docs/manual/mod/core.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.html.en?rev=932385&r1=932384&r2=932385&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/core.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/core.html.en Fri Apr  9 12:34:46 2010
@@ -1187,9 +1187,7 @@ HTTP response header for static files</t
     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

Modified: httpd/httpd/trunk/docs/manual/mod/core.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.xml?rev=932385&r1=932384&r2=932385&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/core.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/core.xml Fri Apr  9 12:34:46 2010
@@ -1143,9 +1143,7 @@ HTTP response header for static files</d
     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
     <directive>FileETag</directive> directive allows you to choose
     which of these -- if any -- should be used. The recognized keywords are:
     </p>
@@ -3065,9 +3063,6 @@ itself</description>
 <syntax>ServerName [<var>scheme</var>://]<var>fully-qualified-domain-name</var>[:<var>port</var>]</syntax>
 <contextlist><context>server config</context><context>virtual host</context>
 </contextlist>
-<compatibility>In version 2.0, this
-     directive supersedes the functionality of the <directive>Port</directive>
-     directive from version 1.3.</compatibility>
 
 <usage>
     <p>The <directive>ServerName</directive> directive sets the