summaryrefslogtreecommitdiffstats
path: root/ssl.conf
diff options
context:
space:
mode:
authorcvsdist <cvsdist@fedoraproject.org>2004-09-09 06:09:40 +0000
committercvsdist <cvsdist@fedoraproject.org>2004-09-09 06:09:40 +0000
commitf13b38c6d94b24a7525a419f2cce45c2cec792c8 (patch)
treedf38ff8ea03ec6d8b16a7a85cb2425e87aa2483c /ssl.conf
parentb8eb6a9549dc9ec43754b4e54100dc39f3d49204 (diff)
downloadhttpd-f13b38c6d94b24a7525a419f2cce45c2cec792c8.tar.gz
httpd-f13b38c6d94b24a7525a419f2cce45c2cec792c8.tar.xz
httpd-f13b38c6d94b24a7525a419f2cce45c2cec792c8.zip
auto-import changelog data from httpd-2.0.40-5.src.rpmhttpd-2_0_40-5
Sun Sep 01 2002 Joe Orton <jorton@redhat.com> 2.0.40-5 - fix SSL session cache (#69699) - revert addition of LDAP support to apr-util
Diffstat (limited to 'ssl.conf')
-rw-r--r--ssl.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/ssl.conf b/ssl.conf
index 98838a0..c8c3eb9 100644
--- a/ssl.conf
+++ b/ssl.conf
@@ -56,9 +56,9 @@ SSLPassPhraseDialog builtin
# Configure the SSL Session Cache: First the mechanism
# to use and second the expiring timeout (in seconds).
#SSLSessionCache none
-#SSLSessionCache shmht:logs/ssl_scache(512000)
-#SSLSessionCache shmcb:logs/ssl_scache(512000)
-SSLSessionCache dbm:logs/ssl_scache
+#SSLSessionCache shmht:/var/cache/mod_ssl/scache(512000)
+#SSLSessionCache shmcb:/var/cache/mod_ssl/scache(512000)
+SSLSessionCache dbm:/var/cache/mod_ssl/scache
SSLSessionCacheTimeout 300
# Semaphore: