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

2005-01-23 Thread Olaf van der Spek
SSLProtocol all SSLCipherSuite HIGH:MEDIUM Those two lines aren't necessary. The first is the default and the second is in ssl.conf already. I think this info should appear in /usr/share/doc/apache2 I think /etc/apache2/sites-available/ssl should be provided, eliminating step 4 and 5. 7)

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

2005-01-22 Thread txemi
Package: apache2 Version: 2.0.52-3 Followup-For: Bug #267477 Well, with all the above information and my own sperience I will put here the minimum number of steps to get it to work. 0) have apache working without SSL (easy: apt-get install apache2) 1) exec a2enmod ssl 2) add Listen 443 to

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

2005-01-22 Thread txemi
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