commit:     1df8c0896fb773c6f33127aaacdadccbbd33325e
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 21 09:34:52 2014 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Apr 21 09:34:52 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/apache.git;a=commit;h=1df8c089

Move SSLCompression into the IfDefine

---
 2.2/conf/modules.d/40_mod_ssl.conf | 2 +-
 2.4/conf/modules.d/40_mod_ssl.conf | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/2.2/conf/modules.d/40_mod_ssl.conf 
b/2.2/conf/modules.d/40_mod_ssl.conf
index 486cb43..82df760 100644
--- a/2.2/conf/modules.d/40_mod_ssl.conf
+++ b/2.2/conf/modules.d/40_mod_ssl.conf
@@ -58,10 +58,10 @@ SSLSessionCacheTimeout  300
 # Configure the path to the mutual exclusion semaphore the SSL engine uses
 # internally for inter-process synchronization.
 SSLMutex  file:/var/run/ssl_mutex
-</IfDefine>
 
 ## SSL Compression:
 # Known to be vulnerable thus disabled by default (bug #507324).
 SSLCompression off
+</IfDefine>
 
 # vim: ts=4 filetype=apache

diff --git a/2.4/conf/modules.d/40_mod_ssl.conf 
b/2.4/conf/modules.d/40_mod_ssl.conf
index 803572a..47c1b1e 100644
--- a/2.4/conf/modules.d/40_mod_ssl.conf
+++ b/2.4/conf/modules.d/40_mod_ssl.conf
@@ -58,10 +58,10 @@ SSLSessionCacheTimeout  300
 # Configure the path to the mutual exclusion semaphore the SSL engine uses
 # internally for inter-process synchronization.
 Mutex file:/run/apache_ssl_mutex ssl-cache
-</IfDefine>
 
 ## SSL Compression:
 # Known to be vulnerable thus disabled by default (bug #507324).
 SSLCompression off
+</IfDefine>
 
 # vim: ts=4 filetype=apache

Reply via email to