30.07.2012 Views

Reference Guide

Reference Guide

Reference Guide

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Zend Server <strong>Reference</strong> Manual<br />

Loading the mod_ssl Module<br />

The mod_ssl module allows you to enable SSL support on your Apache web server and is needed to<br />

enable Apache for SSL requests (https).<br />

For more information on the mod_ssl module, see the mod_ssl user manual at<br />

http://www.modssl.org/docs/2.8.<br />

The bundled Apache that comes with Zend Server includes support for the ssl_module, but this needs to<br />

be loaded in order to activate it. You must have acquired an SSL certificate from an SSL certificate<br />

provider (e.g., http://www.slacksite.com/apache/certificate.html) or have created your own SSL certificate<br />

for the mod_ssl to be loaded.<br />

216<br />

To load the mod_ssl module:<br />

1. Open your httpd.conf file.<br />

By default, this is located in:<br />

Windows: \apache2\conf\httpd.conf<br />

Linux/Tarbal: /apache2/conf/httpd.conf<br />

2. Un-comment the following line by removing the "#".<br />

Include conf/extra/httpd-ssl.conf<br />

This calls the SSL configuration file.<br />

3. Place your server.crt and server.key certification files in the 'conf' folder.<br />

4. Restart the Apache server for the changes to take effect.<br />

The mod_ssl module is loaded.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!