use /run for default SSL cache

This commit is contained in:
Joe Orton 2012-06-07 14:03:09 +01:00
parent 2e30894d69
commit ef68bba83e

View File

@ -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):