From ec9c2dec72dfbd67c5d7dbe733232d4e6a7a2f08 Mon Sep 17 00:00:00 2001 From: Thom May Date: Sun, 13 Jul 2003 10:00:12 +0000 Subject: [PATCH] Answer Jeff and Andres concerns regarding ssl-std.conf.in git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100576 13f79535-47bb-0310-9956-ffa450edef68 --- docs/conf/ssl-std.conf.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf/ssl-std.conf.in b/docs/conf/ssl-std.conf.in index 13f078b8ed..33d9a58254 100644 --- a/docs/conf/ssl-std.conf.in +++ b/docs/conf/ssl-std.conf.in @@ -51,15 +51,15 @@ SSLPassPhraseDialog builtin # Configure the SSL Session Cache: First the mechanism # to use and second the expiring timeout (in seconds). #SSLSessionCache none -#SSLSessionCache shmht:@exp_logfiledir@/ssl_scache(512000) -#SSLSessionCache shmcb:@exp_logfiledir@/ssl_scache(512000) -SSLSessionCache dbm:@exp_logfiledir@/ssl_scache +#SSLSessionCache shmht:@exp_runtimedir@/ssl_scache(512000) +#SSLSessionCache shmcb:@exp_runtimedir@/ssl_scache(512000) +SSLSessionCache dbm:@exp_runtimedir@/ssl_scache SSLSessionCacheTimeout 300 # Semaphore: # Configure the path to the mutual exclusion semaphore the # SSL engine uses internally for inter-process synchronization. -SSLMutex file:@exp_logfiledir@/ssl_mutex +SSLMutex file:@exp_runtimedir@/ssl_mutex # Pseudo Random Number Generator (PRNG): # Configure one or more sources to seed the PRNG of the -- 2.40.0