summaryrefslogtreecommitdiffstats
path: root/ssl.conf
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-04-20 17:32:27 +0200
committerRemi Collet <fedora@famillecollet.com>2012-04-20 17:32:27 +0200
commit14184dc422b158575b35881d4f46121aa1fb7681 (patch)
treeb6cbafcdcbab0d682588b50700728fd4f197e32f /ssl.conf
parentb4c6f6bd66de282d73b9f360d73b6125473ab586 (diff)
httpd-2.4.2-3: sync with rawhide
Diffstat (limited to 'ssl.conf')
-rw-r--r--ssl.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/ssl.conf b/ssl.conf
index 5791eaf..c6b89e3 100644
--- a/ssl.conf
+++ b/ssl.conf
@@ -20,8 +20,7 @@ SSLPassPhraseDialog exec:/usr/libexec/httpd-ssl-pass-dialog
# Inter-Process Session Cache:
# Configure the SSL Session Cache: First the mechanism
# to use and second the expiring timeout (in seconds).
-#SSLSessionCache dc:UNIX:/var/cache/mod_ssl/distcache
-SSLSessionCache shmcb:/var/cache/mod_ssl/scache(512000)
+SSLSessionCache shmcb:/var/run/httpd/sslcache(512000)
SSLSessionCacheTimeout 300
# Pseudo Random Number Generator (PRNG):