ErrorFile
Sets the file name to use for error log messages.
Synopsis
Scope
This directive is available for use globally
(in the "interchange.cfg" configuration file),
and locally (in the "catalog.cfg" configuration file).
The global configuration affects all websites running
under the Interchange instance.
Each individual website's local configuration will not affect
or influence other websites in any way.
Description
This directive sets the file name into which error log
messages should be written.
If specified globally (in the interchange.cfg file),
this directive will set the name of the global error log file.
The default global error log file is "error.log",
in the Interchange instance's installation directory.
If specified locally (in the catalog.cfg file),
this directive will set the name of the local error log file.
The default local error log file is also called "error.log",
but resides in the website's home directory,
as specified using the Catalog global
configuration directive.
|
Warning
The user ID running the Interchange server must have permission to create,
and write to, the specified file.
|