]> ruin.nu Git - ndwebbie.git/commitdiff
Got wrong base url without the SSLEngine on statement
authorMichael Andreen <harv@ruin.nu>
Sun, 20 Jul 2008 14:40:06 +0000 (16:40 +0200)
committerMichael Andreen <harv@ruin.nu>
Sun, 20 Jul 2008 14:40:06 +0000 (16:40 +0200)
apache-conf.conf

index a58d0a79004109a7525138b54ca5585a55db9d3d..881105a7380417344bb9d1790d84c7c5bd783eb6 100644 (file)
@@ -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\""
        </IfModule>
 
+       SSLEngine on
+       SSLCertificateFile /etc/apache2/ssl/server.crt
+       SSLCertificateKeyFile /etc/apache2/ssl/server.key
+
+
        <IfModule setenvif_module>
                BrowserMatch ".*MSIE.*" \
                        nokeepalive ssl-unclean-shutdown \