summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2014-04-20 18:44:54 +0200
committerLars Wendler <polynomial-c@gentoo.org>2014-04-20 18:44:54 +0200
commit9154fa2d2a6b8f0b59c5b1d83c8186a4249d7f8f (patch)
treef492ced6390f9fa781bbefa7982a2b773f270b35 /2.4/conf/modules.d
parentFixed startup of init scripts (diff)
downloadapache-9154fa2d2a6b8f0b59c5b1d83c8186a4249d7f8f.tar.gz
apache-9154fa2d2a6b8f0b59c5b1d83c8186a4249d7f8f.tar.bz2
apache-9154fa2d2a6b8f0b59c5b1d83c8186a4249d7f8f.zip
Disabled SSLCompression by default (bug #507324). Replaced old weak with strong ciphers (bug #506924).
Diffstat (limited to '2.4/conf/modules.d')
-rw-r--r--2.4/conf/modules.d/40_mod_ssl.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/2.4/conf/modules.d/40_mod_ssl.conf b/2.4/conf/modules.d/40_mod_ssl.conf
index 07c7514..803572a 100644
--- a/2.4/conf/modules.d/40_mod_ssl.conf
+++ b/2.4/conf/modules.d/40_mod_ssl.conf
@@ -60,4 +60,8 @@ SSLSessionCacheTimeout 300
Mutex file:/run/apache_ssl_mutex ssl-cache
</IfDefine>
+## SSL Compression:
+# Known to be vulnerable thus disabled by default (bug #507324).
+SSLCompression off
+
# vim: ts=4 filetype=apache