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]

Reply via email to