]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Fix ssl-global.conf (settings was ignored).
authorArne Fitzenreiter <arne_f@ipfire.org>
Wed, 26 Jan 2011 16:41:15 +0000 (17:41 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Wed, 26 Jan 2011 16:41:15 +0000 (17:41 +0100)
config/httpd/ssl-global.conf

index 458339add4eb734fb72f1be292825e37d994fce3..9cf4f8150bd133a5076c7587983a5ed1ca62f8ce 100644 (file)
 # what they do.  They're here only as hints or reminders.  If you are unsure
 # consult the online docs. You have been warned.
 
 # 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>
 
        #
 <IfModule mod_ssl.c>
 
        #
@@ -61,9 +57,4 @@
        SSLRandomSeed startup builtin
        SSLRandomSeed connect builtin
 
        SSLRandomSeed startup builtin
        SSLRandomSeed connect builtin
 
-       SSLLog      /var/log/httpd/ssl_engine_log
-       SSLLogLevel info
-
 </IfModule>
 </IfModule>
-</IfDefine>
-</IfDefine>