Fixing SSLMutex in Jessie to be Mutex instead, and a DIR instead of a FILE, Fixes #142
This commit is contained in:
parent
1c08a3e5a0
commit
40071b5865
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue