PLBWEB_PHP_SSL Keyword
10.2
PLBWEB_PHP_SSL={parameter}
This keyword controls the type of protocol available when accessing the PWS PHP service.
This keyword is optional and is placed in the [Environment] section of the PWS configuration INI file. It controls the type of protocol available when accessing the PWS PHP service.
Where:
Note:
1. The parameter values are:
|
Value |
PL/B PHP service is ... |
|
ON |
available using the HTTPS protocol. In this case, the PLBWEB_SSL_ADDRESS keyword must be configured to enable a PWS SSL listening socket. |
|
OFF |
not available using the HTTPS protocol. |
|
BOTH |
available using both the HTTP and HTTPS protocols. In this case, both the PLBWEB_ADDRESS and PLBWEB_SSL_ADDRESS keywords must be configured to provide socket listening sockets. |
Example:
PLBWEB_PHP_SSL=BOTH
See Also: Server Configuration Keywords, Server Command Line
![]() |