diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2014-04-21 11:34:52 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2014-04-21 11:34:52 +0200 |
commit | 1df8c0896fb773c6f33127aaacdadccbbd33325e (patch) | |
tree | 841e25fc29a6e522d4079ff6d92eabd8bcf4c7ea | |
parent | Change GENTOO_PATCHNAME in ebuild as well (diff) | |
download | apache-1df8c0896fb773c6f33127aaacdadccbbd33325e.tar.gz apache-1df8c0896fb773c6f33127aaacdadccbbd33325e.tar.bz2 apache-1df8c0896fb773c6f33127aaacdadccbbd33325e.zip |
Move SSLCompression into the IfDefine
-rw-r--r-- | 2.2/conf/modules.d/40_mod_ssl.conf | 2 | ||||
-rw-r--r-- | 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 |