PHP Support


10.2

The PL/B Web Server PHP support is implemented to invoke a PHP runtime engine using either the CGI interface or FastCGI interface.

 

1.   The PWS PHP support is enabled when the PLBWEB_PHP_LOCATION keyword is specified in the 'plbwebsrv.ini' configuration to identify the directory where the PHP software is installed on the on the system running the PWS server.

Example PHP FastCGI configuration for PWS server:

 

PLBWEB_PHP_LOCATION=c:\sunbelt\php\

PLBWEB_PHP_MAX_COUNT=2

PLBWEB_PHP_PORTNUM=9000

PLBWEB_PHP_SSL=BOTH

PLBWEB_PHP_USE_FCGI=ON

 

2.   PHP support using FastCGI is only available when the Windows OS PL/B Web Server is being used.

3.   The PHP software can be obtained from the www.php.net link.

 



PL/B Web Server SSL Support FTP Support