Enable SSL in apache2 on Debian Etch
Note quick tutorial # Enable ssl a2enmod ssl # Edit /etc/apache2/ports.conf and add “Listen 443” # Generate certs: use your domain as Common Name or… Read More »Enable SSL in apache2 on Debian Etch
Note quick tutorial # Enable ssl a2enmod ssl # Edit /etc/apache2/ports.conf and add “Listen 443” # Generate certs: use your domain as Common Name or… Read More »Enable SSL in apache2 on Debian Etch
a2ensite mysite # ‘mysite’ refers to /etc/apache2/sites-available/mysite # This creates the symbolic link between configuration files in /etc/apache2/sites-available and /etc/apache2/sites-enabled a2dissite mysite # disable the… Read More »Enable/Disable an apache2 site on Debian