Problem
How to enable Apache SSL in Ubuntu.
Analysis
Solution
# apt-get install apache2
Now, enable ssl:
# a2enmod ssl Enabling module ssl. See /usr/share/doc/apache2.2-common/README.Debian.gz on how to configure SSL and create self-signed certificates. Run '/etc/init.d/apache2 restart' to activate new configuration!
Configure:
References
Enable Apache SSL in Ubuntu