From: Michael Andreen Date: Sun, 20 Jul 2008 14:40:06 +0000 (+0200) Subject: Got wrong base url without the SSLEngine on statement X-Git-Url: https://ruin.nu/git/?p=ndwebbie.git;a=commitdiff_plain;h=0331c68ea396b195686c2f264cac554dbd5e95c4 Got wrong base url without the SSLEngine on statement --- diff --git a/apache-conf.conf b/apache-conf.conf index a58d0a7..881105a 100644 --- a/apache-conf.conf +++ b/apache-conf.conf @@ -47,6 +47,11 @@ NameVirtualHost *:443 CustomLog /var/log/apache2/ndawn_access_log "%h %l %u [%{%F %H:%M:%S}t] \"%r\" %>s %b %T \"%{Referer}i\" \"%{User-Agent}i\"" + SSLEngine on + SSLCertificateFile /etc/apache2/ssl/server.crt + SSLCertificateKeyFile /etc/apache2/ssl/server.key + + BrowserMatch ".*MSIE.*" \ nokeepalive ssl-unclean-shutdown \