Environment
Specify environment variables to inherit from the calling CGI link program.
Synopsis
|
Environment /path/to/program [args...]
|
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
Environment variables to inherit from the calling link program
(vlink, tlink, mod_interchange etc.).
An example might be PGPPATH, which is used by the PGP executable
as the directory in which it expects to find its keyring.
Example
|
Environment MOD_PERL REMOTE_USER PGPPATH
|