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 be deleted).



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



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 default
a2ensite ssl
restart apache2


webserver is not working properly. error.log reports p.ex: /htdocs not found. it
seems that the "ssl" file is not read at all. sytax errors in this file are not
reported. prove: copy file with errors to file "default". now errors are
displayed while restarting apache2. using only "default" as site configuration
works for me.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]