Author: buildbot
Date: Thu Mar 28 15:35:13 2013
New Revision: 856336

Log:
Staging update by buildbot for trafficserver

Modified:
    websites/staging/trafficserver/trunk/cgi-bin/   (props changed)
    websites/staging/trafficserver/trunk/content/   (props changed)
    
websites/staging/trafficserver/trunk/content/docs/trunk/admin/event-logging-formats/index.en.html

Propchange: websites/staging/trafficserver/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Mar 28 15:35:13 2013
@@ -1 +1 @@
-1457031
+1462158

Propchange: websites/staging/trafficserver/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Mar 28 15:35:13 2013
@@ -1 +1 @@
-1457031
+1462158

Modified: 
websites/staging/trafficserver/trunk/content/docs/trunk/admin/event-logging-formats/index.en.html
==============================================================================
--- 
websites/staging/trafficserver/trunk/content/docs/trunk/admin/event-logging-formats/index.en.html
 (original)
+++ 
websites/staging/trafficserver/trunk/content/docs/trunk/admin/event-logging-formats/index.en.html
 Thu Mar 28 15:35:13 2013
@@ -28,7 +28,7 @@
       </div>
       <div class="fourcol right last" id="searchbox">
         
-        <div id="header-main">Apache Traffic Server</div>
+        <div id="header-main">Adminstrator&#39;s Guide</div>
         
         <div id="header-sub">Event Logging Formats </div>
       </div>
@@ -128,16 +128,16 @@ minutes value, and ss is the 2-digit sec
 
 
 <p>In reverse proxy mode, Traffic Server logs the rewritten/mapped URL 
(according 
-to the rules in the <a 
href="../configuration-files/remap.config"><code>remap.config</code></a> file), 
and _not _ the pristine/unmapped 
-URL. To configure Traffic Server to log the original, unmapped URL, set the 
variable
-<a 
href="../configuration-files/records.config#proxy.config.url_remap.pristine_host_hdr"><em><code>proxy.config.url_remap.pristine_host_hdr</code></em></a>
-in the <a 
href="../configuration-files/records.config"><code>records.config</code></a> 
file to <code>1</code> .</p>
+to the rules in the <a 
href="../configuration-files/remap.config"><code>remap.config</code></a> file), 
and <em>not</em> the pristine/unmapped 
+URL.</p>
 </dd>
 <dt><code>cqu</code></dt>
 <dd>
 <p>The universal resource identifier (URI) of the request from client to 
Traffic 
 Server (subset of <code>cqtx</code> ).</p>
-<p>See the description of <a href="#cqtx"><code>cqtx</code></a> for behaviour 
in reverse proxy mode.</p>
+<p>In reverse proxy mode, Traffic Server logs the rewritten/mapped URL 
(according 
+to the rules in the <a 
href="../configuration-files/remap.config"><code>remap.config</code></a> file), 
and <em>not</em> the pristine/unmapped 
+URL.</p>
 </dd>
 <dt><code>cquc</code></dt>
 <dd>
@@ -145,28 +145,29 @@ Server (subset of <code>cqtx</code> ).</
 other characters that might not be parsed by log analysis tools) are replaced 
 by escape sequences. The escape sequence is a percentage sign followed by the 
 ASCII code number in hex.</p>
-<p>See the description of <a href="#cqtx"><code>cqtx</code></a> for behaviour 
in reverse proxy mode.</p>
+<p>See <a href="#cquuc"><code>cquuc</code></a> for logging the original 
canonical URI.</p>
 </dd>
 <dt><code>cqup</code></dt>
 <dd>
 <p>The client request URL path; specifies the argument portion of the URL 
(everything after the host).
  For example, if the URL is <code>http://www.company.com/images/x.gif</code>, 
then this field displays <code>/images/x.gif</code></p>
+<p>See <a href="#cquup"><code>cquup</code></a> for logging the original URI 
path.</p>
 </dd>
 <dt><code>cqus</code></dt>
 <dd>
 <p>The client request URL scheme.</p>
 </dd>
-<dt><code>cquuc</code></dt>
+<dt id="cquuc"><code>cquuc</code></dt>
 <dd>
 <p>The client request unmapped URL canonical. This field records a URL before 
 it is remapped (reverse proxy mode).</p>
 </dd>
-<dt><code>cquup</code></dt>
+<dt id="cquup"><code>cquup</code></dt>
 <dd>
 <p>The client request unmapped URL path. This field records a URL path before 
 it is remapped (reverse proxy mode).</p>
 </dd>
-<dt><code>cquuh</code></dt>
+<dt id="cquuh"><code>cquuh</code></dt>
 <dd>
 <p>The client request unmapped URL host. This field records a URL's host 
before 
 it is remapped (reverse proxy mode).</p>
@@ -617,7 +618,7 @@ Traffic Server logging field symbols.</p
 
     <div id="footer" class="row">
     <div class="tencol">
-      Copyright  &copy; 2012
+      Copyright  &copy; 2013
       <a href="http://www.apache.org/";>The Apache Software Foundation</a>.
       Licensed under
       the <a href="http://www.apache.org/licenses/";>Apache License</a>,


Reply via email to