Enabling HTTPS web service in Ubuntu 10.04 LTS
The first step to enable https web service (port 443) in Ubuntu 10.04 LTS is enabling SSL module for apache2, by issuing the following command (bold face) in command prompt: marinyo@paparisa:~$ sudo a2enmod ssl Enabling module ssl. (SSL Engine) See … Continued