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

  1. Need Apache2 SSL howto
  2. http://ubuntuforums.org/archive/index.php/t-405786.html
Enable Apache SSL in Ubuntu

Leave a Reply

Your email address will not be published. Required fields are marked *