Bug#409970: apache2: ignoring sites-enabled

2007-06-19 Thread Stefan Fritsch
Maybe you created /etc/apache2/sites-enabled/ssl or copied something there before doing a2ensite? In this case a2ensite will report that the site is already enabled, and not enable the site. a2dissite ssl a2ensite ssl should work (but look at /etc/apache2/sites-enabled/ssl first, as this will

Bug#409970: apache2: ignoring sites-enabled

2007-02-06 Thread Felix Mühlbauer
Package: apache2-mpm-prefork Version: 2.0.54-5sarge1 Trying to setup SSL only webserver. create a new site for this configuration: cd /etc/apache2/ modify ports.conf: 80 - 443 cd sites-available copy default ssl modify ssl: change * to *:443 and add SSLEngine, SSLCertificateFile a2dissite