Technical data

Setting Up HTTP Access Logs
Administration Guide 8-19
The following identifiers require prefixes, and cannot be used alone. The supported
prefix combinations are explained individually.
IP address related fields:
These fields give the IP address and port of either the requesting client, or the
responding server. This field has type <address>, as defined in the W3C
specification. The supported prefixes are:
c-ip
The IP address of the client.
s-ip
The IP address of the server.
DNS related fields
These fields give the domain names of the client or the server. This field has
type <name>, as defined in the W3C specification. The supported prefixes
are:
c-dns
The domain name of the requesting client.
s-dns
The domain name of the requested server.
sc-status
Status code of the response, for example (404) indicating a “File not found”
status. This field has type <integer>, as defined in the W3C specification.
sc-comment
The comment returned with status code, for instance “File not found”. This
field has type <text>.
cs-method
The request method, for example GET or POST. This field has type <name>,
as defined in the W3C specification.
cs-uri
The full requested URI. This field has type <uri>, as defined in the W3C
specification.
cs-uri-stem
Only the stem portion of URI (omitting query). This field has type <uri>, as
defined in the W3C specification.