summaryrefslogtreecommitdiff
path: root/docs/conf
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2012-08-07 12:44:30 +0000
committerJeff Trawick <trawick@apache.org>2012-08-07 12:44:30 +0000
commita9896837afb31aff13bdb6759b3167bd86365262 (patch)
tree16a9528d05f4a549b04ed9b0707af777d1d83ba1 /docs/conf
parentc284a64fe4672374ce623d83b6889feddc9cd90b (diff)
downloadhttpd-a9896837afb31aff13bdb6759b3167bd86365262.tar.gz
mod_socache_shmcb and mod_socache_dbm: finish support of
DefaultRuntimeDir a partial conversion was made in r1299718, affecting cases where no filename was specified git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1370225 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/conf')
-rw-r--r--docs/conf/extra/httpd-ssl.conf.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf/extra/httpd-ssl.conf.in b/docs/conf/extra/httpd-ssl.conf.in
index c766bb2fa5..e7c6204ab7 100644
--- a/docs/conf/extra/httpd-ssl.conf.in
+++ b/docs/conf/extra/httpd-ssl.conf.in
@@ -72,8 +72,8 @@ SSLPassPhraseDialog builtin
# Inter-Process Session Cache:
# Configure the SSL Session Cache: First the mechanism
# to use and second the expiring timeout (in seconds).
-#SSLSessionCache "dbm:@exp_runtimedir@/ssl_scache"
-SSLSessionCache "shmcb:@exp_runtimedir@/ssl_scache(512000)"
+#SSLSessionCache "dbm:ssl_scache"
+SSLSessionCache "shmcb:ssl_scache(512000)"
SSLSessionCacheTimeout 300
##