The Enterprise Server uses the HTTP Service Access Log to enable and configure rotation for the access logs for the virtual servers. These logs are located in the domain_root_dir/domain_dir/logs/access directory and are named as follows: virtual_server_name_access_log.yyyyMMdd-HHhmmmsss.txt
The HTTP Service page opens.
If the Access Logging Enabled checkbox is deselected, access logging is disabled for all virtual-server sub-elements that do not specify this property.
The only available rotation policy is time.
This field is valid only if the Rotation Policy is time. The default value is 15 minutes.
Ensure that the rotation suffix contains enough values to create a unique suffix for every log rotation. For example, if the access log is rotated more frequently than once every day, include the time of day in the rotation suffix.
A unique suffix is required to ensure that the access log file is rotated every time that the rotation interval has elapsed. If the rotation suffix of the new access log file is the same as the rotation suffix of the existing access log file, the file is not rotated.
The default value is yyyy-MM-dd.
A value of less than or equal to zero disables access log buffering. The default value is 4096.
The access log is written when the buffer is full or when the interval expires. If the value is less than or equal to zero, then the buffer is always written even if it is not full. This means that each time the server is accessed, the log message is stored directly to the file. The default value is 0.
The information that is to be captured in the access log
The order in which the information is captured
The default value is as follows:
%client.name% %auth-user-name% %datetime% %request% %status% %response.length%
The following values are available for inclusion in the format string:
Client host name
Client DNS
System date
Full HTTP request line
Status
Response content length
Referer header
User agent header
HTTP method
HTTP URI
HTTP query string
HTTP protocol version
Accept header
Date header
If-Modified-Since header
Authorization header
Any valid HTTP header value defined in RFC 2616 (any is also a valid header value; it is specified as a variable here)
Name of authorized user
Value of a cookie
Virtual server ID
The Enterprise Server does not define any additional properties for the HTTP Service.