Logs the information in the requested field of the client request HTTP header; for example, %<{Accept-Language}cqh> logs the Accept-Language: field in client request headers.
|
|
Logs the information in the requested field of the client request HTTP header; for example, %<{User-Agent}cqhua> logs the User-Agent: field in client request headers.
|
|
Logs the information in the requested field of the proxy request HTTP header; for example, %<{Authorization}pqh> logs the Authorization: field in proxy request headers.
|
|
Logs the information in the requested field of the proxy response HTTP header; for example, %<{Retry-After}psh> logs the Retry-After: field in proxy response headers.
|
|
Logs the information in the requested field of the server response HTTP header; for example, %<{Age}ssh> logs the Age: field in server response headers.
|
|
The client authenticated user name; result of the
RFC931/ident lookup of the client user name. |
|
The client request time stamp; specifies the date of the client request in the format yyyy-mm-dd, where yyyy is the 4-digit year, mm is the 2-digit month, and dd is the 2-digit day.
|
|
The client request time stamp; the time of the client request in the format hh:mm:ss, where hh is the 2-digit hour in 24-hour format, mm is the 2-digit minutes, and ss is the 2-digit seconds. For example, 16:01:19.
|
|
The full HTTP client request text, minus headers. For example: GET http://www.company.com HTTP/1.0
|
|
The client request canonical URL; differs from cqu in that blanks (and 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.
|
|
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, this field displays /images/x.gif.
|
|
The proxy response content type; content type of the document (for example, img/gif) from server response header.
|
|
The time Content Gateway spends processing the client request as a fractional number of seconds; specifies the time in millisecond resolution, but instead of formatting the output as an integer (as with ttms), the display is formatted as a floating-point number representing a fractional number of seconds. For example, if the time is 1500 milliseconds, this field displays 1.5 while the ttms field displays 1500 and the tts field displays 1.
|
|