[httpd] use /run for default SSL cache

jorton jorton at fedoraproject.org
Thu Jun 7 13:20:38 UTC 2012


commit ef68bba83ed30e488e264252665a91801475db2d
Author: Joe Orton <jorton at redhat.com>
Date:   Thu Jun 7 14:03:09 2012 +0100

    use /run for default SSL cache

 ssl.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/ssl.conf b/ssl.conf
index c6b89e3..ff60307 100644
--- a/ssl.conf
+++ b/ssl.conf
@@ -20,7 +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         shmcb:/var/run/httpd/sslcache(512000)
+SSLSessionCache         shmcb:/run/httpd/sslcache(512000)
 SSLSessionCacheTimeout  300
 
 #   Pseudo Random Number Generator (PRNG):


More information about the scm-commits mailing list