From 40071b5865a0195b6042ec584315d867fc06b151 Mon Sep 17 00:00:00 2001 From: Benjamin Sonntag Date: Sat, 17 Jun 2017 21:28:40 +0200 Subject: [PATCH] Fixing SSLMutex in Jessie to be Mutex instead, and a DIR instead of a FILE, Fixes #142 --- jessie/ssl.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jessie/ssl.conf b/jessie/ssl.conf index 2ff7532c..68b422b3 100644 --- a/jessie/ssl.conf +++ b/jessie/ssl.conf @@ -51,7 +51,7 @@ SSLSessionCacheTimeout 300 # Semaphore: # Configure the path to the mutual exclusion semaphore the # SSL engine uses internally for inter-process synchronization. -#SSLMutex file:${APACHE_RUN_DIR}/ssl_mutex +Mutex file:${APACHE_RUN_DIR} # SSL Cipher Suite: # List the ciphers that the client is permitted to negotiate. See the