iTP Secure WebServer System Administrator's Guide (iTPWebSvr 6.0+)
Configuration Directives
iTP Secure WebServer System Administrator’s Guide—523346-002
A-13
AccessLog
AccessLog
Syntax
AccessLog pathname
Description
You set the AccessLog directive to the pathname 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-18.
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
Browser
Syntax
Browser agent -redirectlimit url-length
Description
Use the Browser directive to specify the maximum HTTP redirect URL length
(url-length) that is supported by the specified browser (agent). Many browsers
have a limit (such as 128 characters) for the length of the URL specified in an HTTP
redirect operation. The agent argument matches against the content in the HTTP
User-Agent: field.
For example, the following directive specifies that the maximum redirect URL length for
browsers that have names matching *NCSA Mosaic* is 128 characters:
Browser "*NCSA Mosaic*" -redirectlimit 128