PLBWEB_PHP_PORTNUM Keyword


10.2

     PLBWEB_PHP_PORTNUM={portnum}

 

This keyword specifies a starting port number for the PHP 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_PHP_MAX_COUNT value.

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

Example:

 

PLBWEB_PHP_PORTNUM=2050

 

 

See Also: Server Configuration Keywords, Server Command Line



PL/B Web Server PLBWEB_PHP_MAX_COUNT PLBWEB_PHP_SSL