PLBWEB_REST_PORTNUM Keyword


10.2

     PLBWEB_REST_PORTNUM={portnum}

 

This keyword specifies a starting port number for the REST FastCGI interface.

 

This keyword is optional and is placed in the [Environment] section of the PWS configuration INI file.

 

Where:

portnum
The parameter can be any unused TCP/IP port number.

Note:

1.   If this keyword is not used, the default value is 9000.

2.   The port number range will be from the number given to the number plus the PLBWEB_REST_MAX_COUNT value.

3.   If the PLBWEB_REST_SSL is set to BOTH, an additional PLBWEB_REST_MAX_COUNT value will be added to the range.

Example:

 

PLBWEB_REST_PORTNUM01=2000

 

 

See Also: Server Configuration Keywords, Server Command Line



PL/B Web Server PLBWEB_REST_MAX_COUNT PLBWEB_REST_SSL