Category Archives: ssl

Setup SSL Support for Apache 2

Install Apache 2 * Make sure you install Apache 2 with SSL support. For an example of installation on Windows platform, see this post. Enable mod_ssl * Open Apache2/conf/httpd.conf file * Uncomment the following line: LoadModule ssl_module modules/mod_ssl.so Generate Server … Continue reading

Posted in apache, ssl | 1 Comment