[SYSTEM]
Available Parameters
A flag that instructs the Web Gateway caretaker daemon to reload and reactivate the Web Gateway configuration. The caretaker daemon then removes the flag. To procedurally trigger a reload using this flag, specify RELOAD=1.
(For Web Gateways installed on a Windows machine only.) A flag that determines whether or not password fields within the CSP.ini file are automatically encrypted using Microsoft’s Data Protection API (DPAPI). Password encryption is enabled by default and InterSystems recommends that users leave it enabled. Where no alternative solution exists, you can disable DPAPI password encryption by specifying DPAPI=Disable.
The network host name for this Web Gateway (server_name:port), if different from the default. This parameter is transmitted to InterSystems IRIS along with the request data as system variable CSPIHN.
The maximum number of connections that this Web Gateway can establish to InterSystems IRIS application server processes. The default value is 1024.
The maximum amount of shared memory allocated for caching application response data, defined in kilobyes (128K) or megabytes (16M). The default value is 256K.
Whether the Web Server ID Cookie (CSPWSERVERID) is Enabled or Disabled for load balancers to implement passive cookie affinity. The default value is Enabled.
Whether access to the Web Gateway management pages is Enabled or Disabled. The default value is Enabled.
The username required to access the Web Gateway management pages, if specified.
The password required to access the Web Gateway management pages, if specified.
When you have configured authentication for the Web Gateway management pages, the allowable idle time before the expiration of an authenticated session, in seconds. The default value is 28800.
Full file path or relative URL path to a custom login form that controls access to the Web Gateway management pages
A list of IP addresses corresponding to machines permitted to access the Web Gateway management pages. You can use the wildcard character (*) can be used to specify a range of addresses—for example, 190.8.7.* or *.*.*.*. By default, access is only granted to the host machine. See Enabling Access from Additional Client Addresses for further guidance in configuring this parameter. By default, only the local machine is permitted.
When specified, whether to allow access to the Web Gateway management pages in response to requests forwarded by a proxy server from an origin IP address specified by the System_Manager parameter. Allowed values are Enabled (to accept) and Disabled (to deny).
When specified, determines whether the Web Gateway management pages require a username and password for machines specified by the System_Manager parameter. Allowed values are 1 (override enabled) or 0 (override disabled).
The maximum amount of time allowed for a target InterSystems IRIS application server to respond to a request from the web server, in seconds. The minimum allowable value is 5. The default value is 60.
The maximum amount of time allowed for a request to remain in a queue waiting for an appropriate InterSystems IRIS server, in seconds. The minimum allowed value is 5. The default value is 60.
For stateless connections, the maximum amount of time before the Web Gateway closes an idle connection to an InterSystems IRIS application server, in seconds. The default value is 86400.
When specified, determines whether to terminate any connection which remains idle for the length of time specified by the No_Activity_Timeout parameter, including connections in the minimal connection pool.
The Event Log Level.
When specified, determines an alternative filesystem location and file name for storing the Web Gateway Event Log. (If not specified, the Web Gateway saves the log as CSP.log within the same directory as the Web Gateway binary files).
When specified, determines the maximum size the Event Log file can reach before Event Log rotation takes place. This quantity can be defined in bytes (128000, with no suffix), kilobytes (256K), or megabytes (8M). The minimum allowed value is 100K. This parameter is not specified by default, which means you must clear the Event Log file manually.
Maximum volume of data to log for any given HTTP request. The minimum allowed value is 40K. The default value is 256K.
When specified, determines whether to save all old log files which Event Log rotation generates, instead of only the most recent. Allowed values are Enabled (to retain all) or Disabled (to retain only one).
When specified, preserves asynchronous processing for static files of the specified types for state-aware applications (as well as stateless applications). This parameter accepts a space-separated list of file type extensions.
When specified, provides the full physical path to the web server’s web document root directory. This parameter is only required for web applications which render content using the Microsoft ASP engine.
When specified, provides the full physical path to a directory where the Web Gateway can temporarily store Microsoft ASP content. This parameter is only required for web applications which render content using the Microsoft ASP engine.
For Web Gateway implementations which use the Network Service Daemon (NSD), determines whether the internal HTTP server for the NSD is enabled to respond to raw HTTP requests. Allowed values are Enabled or Disabled. The default value is Enabled.
For security reasons, InterSystems recommends disabling this facility.
In rare cases where the NSD serves as a stand-alone server, provides the full physical path to the web document root directory for the NSD.
The path and filename for the custom page the Web Gateway should display when it encounters an internal error.
The path and filename for the custom page the Web Gateway should display when all available connections are in use.
The path and filename for the custom page the Web Gateway should display when the InterSystems IRIS application server (or application) has been deliberately disabled from within the configuration.
The path and filename for the custom page the Web Gateway should display when a request times out.
The path and filename for the custom page the Web Gateway should display when a user logs out of a state-aware session.
Specifies the server to which the Web Gateway directs requests when the application access profile for an application path specifies no destination server. By default, this parameter specifies the automatically-generated LOCAL server access profile.