User guide
Setting SSL for Certificate/Key Management Environments Configured with the SMEE Commands
9-13
CustomLog
Name
CustomLog
Synopsis
CustomLog “|ihsrlog-command-execution-statement”|log-file-name nickname
[env=[!]environment-variable]
Description
Creates access log files.
ihsrlog-command-execution-statement
Specifies the ihsrlog command execution statement.
log-file-name
Specifies the name of the file to which access log messages are to be output.
Specify the absolute path or the relative path from the ServerRoot directive to the log file. If the
specified path does not begin with a slash "/", it is assumed to be the relative path from the
ServerRoot directive.
nickname
Specifies the nickname set in the LogFormat directive.
The initial value can be any of the following nicknames:
common
− Logs access in the Common Log Format.
referer
− Logs information about follow-up of the clients.
agent
− Logs information about the Web browsers used on the clients.
combined
− Logs all information obtained with the common, referer, and agent options.
env=[!]environment-variable
Specifies that an access log message be output if the specified environment variable is already set.
If "!" is specified at the beginning of the environment variable, no access log message is output when
the specified environment variable is already set.
Use the SetEnvIf directive to specify the environment variable setting conditions.
Context
Global context, Virtual host
Default value
none