User guide
Chapter 9: How to Use SSL with Interstage HTTP Server
9-18
%l
Personal information of a user returned from a client
%{Cookie}n
Client IP address and a value of cookie
%r
The first line of a request
%s
A status code for a request
%t
Time and date when a request was made
%T
Duration (seconds) from the acceptance of a request from the client to completion of processing
%u
Name of a user sent from a client
%U
A path of the requested URL
For nickname, a nickname for the set format is specified.
Context
Global context, Virtual host
Default value
"%h %l %u %t \"%r\" %>s %b" clf
Initial value
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\"" combined
LogFormat "%h %l %u %t \"%r\" %>s %b" common
LogFormat "%{Referer}i -> %U" referrer
LogFormat "%{User-agent}i" agent
Module
mod_log_config