summaryrefslogtreecommitdiffstats
path: root/ssl.conf
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-06-09 10:58:17 +0200
committerRemi Collet <fedora@famillecollet.com>2012-06-09 10:58:17 +0200
commite26c4bfaba5c888e3fe9a227c6ee805c4e3379f1 (patch)
tree0faf8862537e5ac89b1a851758c72617a2dd4767 /ssl.conf
parenta0b7d94015d8356e3d8b0a6f35877578512e0f5b (diff)
httpd: sync with rawhide, backport for remi-dev
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):