Refer to IBM's Digital Certificate Manager documentation for information on how to create an SSL certificate in IBM Apache at http://publib.boulder.ibm.com/infocenter/iseries/v7r1m0/topic/rzahu/rzahu.pdf.
Once the SSL certificate is created, add the following lines to the Zend Server Apache configuration file (located in '/www/zendsvr/conf/httpd/conf'):
##
SSL start
LoadModule ibm_ssl_module /QSYS.LIB/QHTTPSVR.LIB/QZSRVSSL.SRVPGM
Listen *:443
SSLEngine On
SSLAppName <SSL Application created by the SSL wizard>
SetEnv HTTPS_PORT 443
## SSL end
Read Also |
|||
PHP Extensions |
Support Links
|
Submit Feedback
|
Previous Versions
|
Product Info Zend Server 7.0
PHP 5.4.29 PHP 5.5.13 Zend Server Online Help 7.0v01
|