]> ruin.nu Git - ndwebbie.git/blobdiff - apache-conf.conf
Got wrong base url without the SSLEngine on statement
[ndwebbie.git] / 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 \