October 12th, 2009 Set Up HTTPS In Apache
Setting up HTTPS, is also easy. As usual, open up httpd.conf found in the conf directory of your Apache installation directory. First, you need to enable the SSL module. Make sure to uncomment the line that loads mod_ssl.so: LoadModule ssl_module modules/mod_ssl.so To support HTTPS, you normally would listen to port 443. You need to register [...]
