From a17477883a8df0169fb02afa4162a73efd082d9d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Fri, 23 Dec 2005 12:27:43 +0000 Subject: [PATCH] - fix SSLSessionCache and SSLMutex location Changed files: apache-mod_ssl-vhost.conf -> 1.14 apache-mod_ssl.conf -> 1.14 --- apache-mod_ssl-vhost.conf | 7 ++++--- apache-mod_ssl.conf | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/apache-mod_ssl-vhost.conf b/apache-mod_ssl-vhost.conf index 59a2a32..ea3e5b7 100644 --- a/apache-mod_ssl-vhost.conf +++ b/apache-mod_ssl-vhost.conf @@ -56,14 +56,15 @@ SSLPassPhraseDialog builtin # Inter-Process Session Cache: # Configure the SSL Session Cache: First the mechanism # to use and second the expiring timeout (in seconds). -#SSLSessionCache dbm:/var/run/ssl_scache -SSLSessionCache shmcb:/var/run/ssl_scache(512000) +#SSLSessionCache dbm:/var/cache/httpd/ssl_scache +#SSLSessionCache shmcb:/var/run/ssl_scache(512000) +SSLSessionCache shmcb:/var/cache/httpd/ssl_scache(512000) SSLSessionCacheTimeout 300 # Semaphore: # Configure the path to the mutual exclusion semaphore the # SSL engine uses internally for inter-process synchronization. -SSLMutex file:/var/run/ssl_mutex +SSLMutex file:/var/run/httpd/ssl_mutex ## ## SSL Virtual Host Context diff --git a/apache-mod_ssl.conf b/apache-mod_ssl.conf index 59a2a32..ea3e5b7 100644 --- a/apache-mod_ssl.conf +++ b/apache-mod_ssl.conf @@ -56,14 +56,15 @@ SSLPassPhraseDialog builtin # Inter-Process Session Cache: # Configure the SSL Session Cache: First the mechanism # to use and second the expiring timeout (in seconds). -#SSLSessionCache dbm:/var/run/ssl_scache -SSLSessionCache shmcb:/var/run/ssl_scache(512000) +#SSLSessionCache dbm:/var/cache/httpd/ssl_scache +#SSLSessionCache shmcb:/var/run/ssl_scache(512000) +SSLSessionCache shmcb:/var/cache/httpd/ssl_scache(512000) SSLSessionCacheTimeout 300 # Semaphore: # Configure the path to the mutual exclusion semaphore the # SSL engine uses internally for inter-process synchronization. -SSLMutex file:/var/run/ssl_mutex +SSLMutex file:/var/run/httpd/ssl_mutex ## ## SSL Virtual Host Context -- 2.44.0