summaryrefslogtreecommitdiffstats
path: root/ssl.conf
diff options
context:
space:
mode:
authorJoe Orton <jorton@redhat.com>2012-06-07 14:03:09 +0100
committerJoe Orton <jorton@redhat.com>2012-06-07 14:03:09 +0100
commitef68bba83ed30e488e264252665a91801475db2d (patch)
treeaba6f8fd4094dfbd0f0eb83940d5eda8f24b0ecf /ssl.conf
parent2e30894d69415a2a6ea1ad78a79b5dcb377b9e4c (diff)
downloadhttpd-ef68bba83ed30e488e264252665a91801475db2d.tar.gz
httpd-ef68bba83ed30e488e264252665a91801475db2d.tar.xz
httpd-ef68bba83ed30e488e264252665a91801475db2d.zip
use /run for default SSL cache
Diffstat (limited to 'ssl.conf')
-rw-r--r--ssl.conf2
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):