diff options
Diffstat (limited to '2.2/conf/modules.d/40_mod_ssl.conf')
-rw-r--r-- | 2.2/conf/modules.d/40_mod_ssl.conf | 2 |
1 files changed, 1 insertions, 1 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 |