DebugHost
Restrict the debug mode to debug requests that originate from
specified IP addresses.
Synopsis
|
DebugHost ip_address_or_range [ip_addresses_or_ranges...]
|
The directive's parameter(s) are expected to be IP addresses
or IP ranges.
Scope
This directive is only available for use in the global
(interchange.cfg) configuration file,
and will affect all websites running under the Interchange installation.
It will not work in a website's local (catalog.cfg)
configuration file.
|
Availability
This configuration directive was introduced in version 5.5.0,
and is therefore not available for use with any earlier Interchange version.
|
Description
This directive can be used to restrict the debug mode,
such that debug messages will only be logged
(to the DebugFile)
for requests that originate from specified IP addresses.
There is no default value;
If this parameter is not specified,
and debug mode has been enabled with the
DebugFile directive,
then debug messages will be logged for all requests.
Example
|
DebugHost 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16 127.0.0.1
|