From 8d85522ba5384fe4c7e656d3baa9c0f91ef5cdba Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pawe=C5=82=20Go=C5=82aszewski?= Date: Thu, 30 Sep 2004 22:47:11 +0000 Subject: [PATCH] - moved cache location to /var/cache/apache Changed files: apache-mod_ssl-vhost.conf -> 1.8 apache-mod_ssl.conf -> 1.8 --- apache-mod_ssl-vhost.conf | 10 +++++----- apache-mod_ssl.conf | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/apache-mod_ssl-vhost.conf b/apache-mod_ssl-vhost.conf index 3b23bbc..35cd6d7 100644 --- a/apache-mod_ssl-vhost.conf +++ b/apache-mod_ssl-vhost.conf @@ -57,11 +57,11 @@ SSLPassPhraseDialog builtin # Inter-Process Session Cache: # Configure the SSL Session Cache: First the mechanism # to use and second the expiring timeout (in seconds). -#SSLSessionCache none -#SSLSessionCache shmht:logs/ssl_scache(512000) -#SSLSessionCache shmcb:logs/ssl_scache(512000) -SSLSessionCache dbm:/var/log/httpd/ssl_scache -SSLSessionCacheTimeout 300 +#SSLSessionCache none +#SSLSessionCache shmht:logs/ssl_scache(512000) +#SSLSessionCache shmcb:logs/ssl_scache(512000) +SSLSessionCache dbm:/var/cache/apache/ssl_scache +SSLSessionCacheTimeout 300 # Semaphore: # Configure the path to the mutual exclusion semaphore the diff --git a/apache-mod_ssl.conf b/apache-mod_ssl.conf index 3b23bbc..35cd6d7 100644 --- a/apache-mod_ssl.conf +++ b/apache-mod_ssl.conf @@ -57,11 +57,11 @@ SSLPassPhraseDialog builtin # Inter-Process Session Cache: # Configure the SSL Session Cache: First the mechanism # to use and second the expiring timeout (in seconds). -#SSLSessionCache none -#SSLSessionCache shmht:logs/ssl_scache(512000) -#SSLSessionCache shmcb:logs/ssl_scache(512000) -SSLSessionCache dbm:/var/log/httpd/ssl_scache -SSLSessionCacheTimeout 300 +#SSLSessionCache none +#SSLSessionCache shmht:logs/ssl_scache(512000) +#SSLSessionCache shmcb:logs/ssl_scache(512000) +SSLSessionCache dbm:/var/cache/apache/ssl_scache +SSLSessionCacheTimeout 300 # Semaphore: # Configure the path to the mutual exclusion semaphore the -- 2.44.0