From c6ee5936633fc8e0c772f7c87aad8dbd5da4ed88 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.conf -> 1.8 --- apache-mod_ssl.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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.43.0