DisplayErrors
Allows error messages to be sent to the client's browser as well as to the
error.log file.
Synopsis
This is a Yes or No directive.
The default is No.
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
All Interchange errors are reported in the error.log file,
errors can also be sent directly to the client's browser if the
following conditions are both true:
- The global DisplayErrors is Yes.
- The local DisplayErrors is also Yes.
The global DisplayErrors can be likened to a "master switch"; If the master global switch is off then the local switch positions
are irrelevant.
This directive might be convenient while testing a configuration.
|
Warning
This changes the value of $SIG{__DIE__},
and may have other effects on Interchange's operation.
This should never be used with an Interchange installation that is
used to host live websites.
|