You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by am...@apache.org on 2013/03/28 16:35:05 UTC

svn commit: r1462158 - /trafficserver/site/trunk/content/docs/trunk/admin/event-logging-formats/index.en.mdtext

Author: amc
Date: Thu Mar 28 15:35:04 2013
New Revision: 1462158

URL: http://svn.apache.org/r1462158
Log:
TS-1366: Update for logging formats, remapped vs. pristine

Modified:
    trafficserver/site/trunk/content/docs/trunk/admin/event-logging-formats/index.en.mdtext

Modified: trafficserver/site/trunk/content/docs/trunk/admin/event-logging-formats/index.en.mdtext
URL: http://svn.apache.org/viewvc/trafficserver/site/trunk/content/docs/trunk/admin/event-logging-formats/index.en.mdtext?rev=1462158&r1=1462157&r2=1462158&view=diff
==============================================================================
--- trafficserver/site/trunk/content/docs/trunk/admin/event-logging-formats/index.en.mdtext (original)
+++ trafficserver/site/trunk/content/docs/trunk/admin/event-logging-formats/index.en.mdtext Thu Mar 28 15:35:04 2013
@@ -102,16 +102,16 @@ Navigation: [*](*)
          GET http://www.company.com HTTP/1.0
 
     In reverse proxy mode, Traffic Server logs the rewritten/mapped URL (according 
-    to the rules in the [`remap.config`](../configuration-files/remap.config) file), and _not _ the pristine/unmapped 
-    URL. To configure Traffic Server to log the original, unmapped URL, set the variable
-    [_`proxy.config.url_remap.pristine_host_hdr`_](../configuration-files/records.config#proxy.config.url_remap.pristine_host_hdr)
-    in the [`records.config`](../configuration-files/records.config) file to `1` .
+    to the rules in the [`remap.config`](../configuration-files/remap.config) file), and _not_ the pristine/unmapped 
+    URL.
 
 `cqu`
 :   The universal resource identifier (URI) of the request from client to Traffic 
     Server (subset of ` cqtx` ).
 
-    See the description of [`cqtx`](#cqtx) for behaviour in reverse proxy mode.
+    In reverse proxy mode, Traffic Server logs the rewritten/mapped URL (according 
+    to the rules in the [`remap.config`](../configuration-files/remap.config) file), and _not_ the pristine/unmapped 
+    URL.
 
 `cquc`
 :   The client request canonical URL. This differs from `cqu` in that blanks (and 
@@ -119,24 +119,26 @@ Navigation: [*](*)
     by escape sequences. The escape sequence is a percentage sign followed by the 
     ASCII code number in hex.
  
-    See the description of [`cqtx`](#cqtx) for behaviour in reverse proxy mode.
+    See [`cquuc`](#cquuc) for logging the original canonical URI.
 
 `cqup`
 :    The client request URL path; specifies the argument portion of the URL (everything after the host).
      For example, if the URL is `http://www.company.com/images/x.gif`, then this field displays `/images/x.gif`
 
+    See [`cquup`](#cquup) for logging the original URI path.
+
 `cqus`
 :   The client request URL scheme.
 
-`cquuc`
+`cquuc` {#cquuc}
 :   The client request unmapped URL canonical. This field records a URL before 
     it is remapped (reverse proxy mode).
 
-`cquup`
+`cquup` {#cquup}
 :   The client request unmapped URL path. This field records a URL path before 
     it is remapped (reverse proxy mode).
 
-`cquuh`
+`cquuh` {#cquuh}
 :   The client request unmapped URL host. This field records a URL's host before 
     it is remapped (reverse proxy mode).