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

Configuration Directives
iTP Secure WebServer System Administrator’s Guide523346-012
A-20
Default
any URL that refers to a file that has .Z extension causes the server to return a
content encoding type of x-zip-compress with the requested file.
If the requested file is index.html.Z, the server returns a content encoding of
x-zip-compress and a MIME type of text/html.
The two most-common compression types used in EncodingType directives are
x-gzip and x-zip-compress. These two encoding types are specified in the
conf/mime-types.config file supplied with your server.
Default
None. If no EncodingType directive is set for a requested file, the server does not
send a Content Encoding line with the requested file.
Example
EncodingType x-gzip gz
ErrorLog
Syntax
ErrorLog filename
Description
You set the ErrorLog directive to the path name of the server error log file. This log
file records information about access and server errors, structuring this information in a
format commonly used by other Web server software. For further information about this
format, see Appendix C, Server Log File Formats. For information about recording
error information in a different format, see ExtendedLog on page A-20.
Only one ErrorLog directive is allowed in the configuration file.
Default
None. If you do not set the ErrorLog directive, no error log file is generated.
Example
ErrorLog /usr/tandem/webserver/logs/errors
ExtendedLog
Syntax
ExtendedLog filename