]> granicus.if.org Git - apache/commitdiff
Answer Jeff and Andres concerns regarding ssl-std.conf.in
authorThom May <thommay@apache.org>
Sun, 13 Jul 2003 10:00:12 +0000 (10:00 +0000)
committerThom May <thommay@apache.org>
Sun, 13 Jul 2003 10:00:12 +0000 (10:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100576 13f79535-47bb-0310-9956-ffa450edef68

docs/conf/ssl-std.conf.in

index 13f078b8ed3bab62d97adbc5f076907fdf80613d..33d9a58254af5f21a7378d01af6b11b083092d21 100644 (file)
@@ -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