summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElan Ruusamäe2005-12-23 12:27:43 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit90df1208788fce38fbbd625441a23c4f93d0b1d0 (patch)
tree412dfab9d08e2cf9622d8a64774aa4df309281ce
parentfd3d5f6a03fca92f31df681fb30fb7277add66d8 (diff)
downloadapache1-mod_ssl-auto/ac/apache-2_2_0-17.zip
apache1-mod_ssl-auto/ac/apache-2_2_0-17.tar.gz
Changed files: apache-mod_ssl.conf -> 1.14
-rw-r--r--apache-mod_ssl.conf7
1 files changed, 4 insertions, 3 deletions
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