Enabling SSL for Apache
The mod_ssl module allows you to enable SSL support on your Apache web server and is needed to enable Apache for SSL requests (HTTPS).
Note:
For more information on the mod_ssl module, see the mod_ssl user manual at http://www.modssl.org/docs/2.8.
Zend Server includes support for the ssl_module, but this needs to be loaded in order to activate it. To load the mod_ssl module, you need to provide an SSL certificate and key file (keypair). These files can be acquired from an official SSL certificate provider or be self-signed.
|
To enable SSL for Apache on Windows:
Include conf/extra/httpd-ssl.conf This calls the SSL configuration file.
|
The mod_ssl module is loaded. |
|
To learn how to enable SSL on Linux, we recommend referring to the relevant distribution documentation: |
Your next step is to create a new SSL-enabled virtual host. For information on working with virtual hosts in Zend Server, see Working with Virtual Hosts.
Note:
When adding a new SSL virtual host, make sure the port you are using is not already assigned.