summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2014-04-21 11:34:52 +0200
committerLars Wendler <polynomial-c@gentoo.org>2014-04-21 11:34:52 +0200
commit1df8c0896fb773c6f33127aaacdadccbbd33325e (patch)
tree841e25fc29a6e522d4079ff6d92eabd8bcf4c7ea /2.4/conf/modules.d
parentChange GENTOO_PATCHNAME in ebuild as well (diff)
downloadapache-1df8c0896fb773c6f33127aaacdadccbbd33325e.tar.gz
apache-1df8c0896fb773c6f33127aaacdadccbbd33325e.tar.bz2
apache-1df8c0896fb773c6f33127aaacdadccbbd33325e.zip
Move SSLCompression into the IfDefine
Diffstat (limited to '2.4/conf/modules.d')
-rw-r--r--2.4/conf/modules.d/40_mod_ssl.conf2
1 files changed, 1 insertions, 1 deletions
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