Sun Microsystems VSM GUI Computer Drive User Manual


 
24 VSM GUI Getting Started Guide July 2007 Rev A 312651601
loadmodule module
Preloads the specified CGI module. The default is to dynamically load and unload
such modules as required.
maxclients number
Specifies the maximum number of worker tasks that can run.
maxrequestsperchild number
Sets the maximum number of requests to be serviced by a worker task before it is
restarted. The default is no limit.
maxpasswordlength number
Sets the maximum allowed length of a password. Defaults to 8 characters.
maxuseridlength number
Sets the maximum allowed length of a password. Defaults to 8 characters.
messageprefix prefix
Specifies the three-character prefix for server messages. Default is “SKY”.
order check-order
Specifies the order in which a connection source ip address is checked against any
allow and/or deny parameters.
Allowable sequences:
allow-deny - Allow directives are checked before deny directives. Unmatched
requests are denied.
deny-allow - Deny directives are checked before allow directives. Unmatched
requests are allowed.
mutual-exclusion - Only requests that are allowed by an allow directive and are not
forbidden by a deny directive are allowed.
For example: order allow-deny
The default order is deny-allow. Note that disallowed connections are silently
dropped for security reasons and no error messages are returned to such
connections.
receivebuffersize value
Changes the TCP receive buffer size if authorized. Valid range is 4096 to 65536.
Default is the TCP/IP stack default.
sockimplementation type
Specifies the socket implementation to be used by the server.
Socktimeout period
Specifies the socket timeout in seconds.