iTP Secure WebServer System Administrator's Guide (iTPWebSvr 5.1+)
Configuration Directives
iTP Secure WebServer System Administrator’s Guide—522659-001
A-60
Server
Server Commands
The following Server commands control the creation of the PATHMON
environment that the server executes in. For more information about many of these
commands and their relationships, see the NonStop TS/MP System Management
Manual.
Arglist argument ...
specifies a NonStop Kernel Open System Services (OSS) startup argument list,
which is a list of strings separated by commas that is made available to OSS
server processes in the argv[] array.
You can specify from 0 to 24,000 characters for the Arglist command; a null
string is valid.
The following example of the Arglist command is part of the definition of
the httpd server class:
Arglist -server [HTTPD_CONFIG_FILE]
This command is optional.
CPUS cpu# cpu#...
specifies the processors in which a server process is allowed to execute.
If you specify all available processors or if you do not include the CPUS
command, the PATHMON process chooses the processors.
An example of the CPUS command is as follows:
CPUS 0 1 2
This command is optional.
CWD oss-pathname
specifies the absolute OSS pathname of the current working directory of an OSS
server process. This value resolves relative pathnames specified for other OSS
server process attributes in the server class.
An example of the CWD command is as follows:
CWD $root/root/pathway-cgi
This command is optional.