DumpStructure
Dump the Interchange server structure to files for debugging purposes.
Synopsis
This is a Yes or No directive.
The default is No.
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.
Description
Dump the structure of all of the configured websites,
to files named "website_name.structure.
The files will be created in each website's
RunDir directory.
As well as creating a structure dump file for every website,
this directive will also cause Interchange to dump a global
"interchange.structure" file into the Interchange instance's
global RunDir directory.
This may be useful, when debugging, to see which directives have been
set and the values that were used.
You may also find the DumpAllCfg directive useful
in this case.