Using DAB we create an appliance. How do we ensure that a SSL server runs correctly?
Install SSL Module
Edit
and
So far none of this happened to work.
The unistallation of the apache Modules above if needed, is done by:
Install SSL Module
Code:
a2enmod ssl
/etc/init.d/apache2 retsart
Edit
Code:
/etc/apache2/ports.conf
Code:
/etc/apache2/sites-available/default-ssl
So far none of this happened to work.
The unistallation of the apache Modules above if needed, is done by:
Code:
a2dismod ssl
/etc/init.d/apache2 retsart