iTP Secure WebServer System Administrator's Guide (iTPWebSvr 5.1+)
Configuration Directives
iTP Secure WebServer System Administrator’s Guide—522659-001
A-18
ExtendedLog
ExtendedLog
Syntax
ExtendedLog filename
Description
You set the ExtendedLog directive to the name of the extended log file. The extended
log file combines the functions of the access log file and the error log file, recording any
error information in context with information about the relevant request. It records this
combined information in the Extended Log Format (ELF), which is extensible and easy
to parse. For details about ELF, see Appendix C, Server Log File Formats
.
Only one ExtendedLog directive is allowed in the configuration file.
Default
None. If you do not set the ExtendedLog directive, no extended log file is generated.
Example
ExtendedLog /usr/tandem/webserver/logs/httpd.log
Filemap
Syntax
Filemap [-symlink-disable] [-symlink-owner] prefix dir
Description
Use the Filemap directive to map URLs to specific directories on the host machine.
For URLs having a path component beginning with prefix, the server translates the
URL path into the name of a file in dir. The server composes this name by replacing
the prefix with dir.
If dir specifies a nonexistent directory, the server does not start.
The options are as follows:
-symlink-disable
This option disables symbolic links to files in the specified directory. As a result, the
iTP Secure WebServer returns a message indicating that the file was not found in
response to any attempt to access a path that contains a symbolic link.