[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#267477: apache2: let's sum it up. Quick steps to set it up.



Sorry,  in previous message I forgot a detail in point 5. I rewrite the
complete list:

0) have apache working without SSL (easy: apt-get install apache2)
1) exec "a2enmod ssl"
2) add "Listen 443" to /etc/apache2/ports.conf
3) exec "apache2-ssl-certificate"
4) exec
"cp /etc/apache2/sites-available/default /etc/apache2/sites-available/myow
n-ssl"
5) edit /etc/apache2/sites-available/myown-ssl
        change NameVirtualHost * to NameVirtualHost *:443
        change <VirtualHost *> to <VirtualHost *:443>
   add this just before </VirtualHost>
        SSLEngine on
        SSLCertificateFile /etc/apache2/ssl/apache.pem
        SSLProtocol all
        SSLCipherSuite HIGH:MEDIUM
6) exec "a2ensite myown-ssl"
7) exec "/etc/init.d/apache2 restart"

-- 
 ______________________________
< hola, soy una firma horrible >
 ------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||

email: txemi2@euskalnet.net
web: http://txemi.webhop.org




Reply to: