env-name
Use the env-name stanza entry to list the system environment variables that the WebSEAL daemon exports during initialization.
Syntax
env-name = env-value Description
Defines system environment variables that are exported by WebSEAL.
During initialization, the WebSEAL daemon exports the environment variables that are defined as entries in the [system-environment-variables] stanza. You must include a separate entry for each system environment variable that you want to export.
Options
- env-name
- The name of the system environment variable.
- env-value
- The value of the system environment variable.
Usage
This stanza entry is optional.
Notes:
- This functionality is not supported on Windows™ platforms.
- The environment variable names are case-sensitive.
- The
PD_SVC_ROUTING_FILEenvironment variable is not supported.
Default value
None.
Example
The
following example sets the LANG and GSK_TRACE_FILE environment
variables.
LANG = de
GSK_TRACE_FILE = /tmp/gsk.trace