Use this page to edit the values of the directives in init.conf that affect requests for CGI programs.
The following table describes the fields and buttons on the page. The left column lists the fields and buttons; the right column describes the functionality.
Field or Button
|
Description
|
---|---|
MinCGIStubs |
Controls the number of processes that are started by default. Note that if you have an init-cgi directive in the init.conf file, the minimum number of CGIStub processes are spawned at startup. The value must be less than the MaxCGIStubs value. |
CGIExpirationTimeout |
Specifies the maximum time in seconds that CGI processes are allowed to run before being killed. |
CGIStubIdleTimeout |
Causes the server to kill any CGIStub processes that have been idle for the number of seconds set by this directive. Once the number of processes is at MinCGIStubs, the server does not kill any more processes. |
MaxCGIStubs |
Controls the maximum number of CGIStub processes the server can spawn. This is the maximum concurrent CGIStub processes in execution, not the maximum number of pending requests. |
OK |
Saves your entries. |
Reset |
Resets the values on the page to the default values. |