Fix ssl-global.conf (settings was ignored).

This commit is contained in:
Arne Fitzenreiter
2011-01-26 17:41:15 +01:00
parent 843f29e9b9
commit 3ae6726a8e

View File

@@ -13,10 +13,6 @@
# what they do. They're here only as hints or reminders. If you are unsure
# consult the online docs. You have been warned.
# This global SSL configuration is ignored if
# "SSL" is not defined, or if "NOSSL" is defined.
<IfDefine SSL>
<IfDefine !NOSSL>
<IfModule mod_ssl.c>
#
@@ -61,9 +57,4 @@
SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
SSLLog /var/log/httpd/ssl_engine_log
SSLLogLevel info
</IfModule>
</IfDefine>
</IfDefine>