Ok you need to add this code on /etc/apache2/ports.conf
<IfModule mod_ssl.c>
Listen 443
</IfModule>
and create vhost if you need. The port was 443.
Ok you need to add this code on /etc/apache2/ports.conf
<IfModule mod_ssl.c>
Listen 443
</IfModule>
and create vhost if you need. The port was 443.