iTP Secure WebServer System Administrator's Guide (Version 7.0)

Configuration Directives
iTP Secure WebServer System Administrator’s Guide523346-012
A-14
AccessLog
To deny access to the RC4 global cipher:
#
Region /* {
if {$HTTPS_CIPHER == "EXP-RC4-MD5"} {
Deny
}
}
AccessLog
Syntax
AccessLog pathname
Description
You set the AccessLog directive to the path name of the server access log file. This
log file records information about client requests, structuring the information in a format
commonly used by other HTTP server software. For further information about this
format, see Appendix C, Server Log File Formats. For information about recording
access information in a different format, see ExtendedLog on page A-20.
Only one AccessLog directive is allowed in the configuration file.
For information about recording server and access errors, see Managing Log Files on
page 7-23.
Default
None. If you do not set the AccessLog directive, no access log file is generated.
Example
AccessLog /usr/tandem/webserver/logs/access.log
AutomatedLogRolloverSize
Syntax
AutomatedLogRolloverSize <-1 / size>
where:
-1 indicates that this parameter is off.
Note. The AutomatedLogRolloverSize directive is available on systems running J06.04 and
later J-series RVUs and H06.15 and later H-series RVUs.