You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2010/05/20 15:10:50 UTC

svn commit: r946617 - in /httpd/httpd/trunk/docs/manual/mod: mod_headers.html.en mod_headers.xml

Author: covener
Date: Thu May 20 13:10:50 2010
New Revision: 946617

URL: http://svn.apache.org/viewvc?rev=946617&view=rev
Log:
emphasize request/response in the timing description, easy to miss the significance

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

Modified: httpd/httpd/trunk/docs/manual/mod/mod_headers.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_headers.html.en?rev=946617&r1=946616&r2=946617&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_headers.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_headers.html.en Thu May 20 13:10:50 2010
@@ -71,8 +71,8 @@ headers</td></tr>
 <div class="section">
 <h2><a name="early" id="early">Early and Late Processing</a></h2>
     <p><code class="module"><a href="../mod/mod_headers.html">mod_headers</a></code> can be applied either early or late
-    in the request.  The normal mode is late, when Request Headers are
-    set immediately before running the content generator and Response
+    in the request.  The normal mode is late, when <em>Request</em> Headers are
+    set immediately before running the content generator and <em>Response</em>
     Headers just as the response is sent down the wire.  Always use
     Late mode in an operational server.</p>
 

Modified: httpd/httpd/trunk/docs/manual/mod/mod_headers.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_headers.xml?rev=946617&r1=946616&r2=946617&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_headers.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_headers.xml Thu May 20 13:10:50 2010
@@ -58,8 +58,8 @@ headers</description>
 
 <section id="early"><title>Early and Late Processing</title>
     <p><module>mod_headers</module> can be applied either early or late
-    in the request.  The normal mode is late, when Request Headers are
-    set immediately before running the content generator and Response
+    in the request.  The normal mode is late, when <em>Request</em> Headers are
+    set immediately before running the content generator and <em>Response</em>
     Headers just as the response is sent down the wire.  Always use
     Late mode in an operational server.</p>