SOURCES: apache-mod_ssl.conf - fix SSLSessionCache and SSLMutex lo...
glen
glen at pld-linux.org
Fri Dec 23 13:27:48 CET 2005
Author: glen Date: Fri Dec 23 12:27:48 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- fix SSLSessionCache and SSLMutex location
---- Files affected:
SOURCES:
apache-mod_ssl.conf (1.13 -> 1.14)
---- Diffs:
================================================================
Index: SOURCES/apache-mod_ssl.conf
diff -u SOURCES/apache-mod_ssl.conf:1.13 SOURCES/apache-mod_ssl.conf:1.14
--- SOURCES/apache-mod_ssl.conf:1.13 Wed Dec 21 14:27:28 2005
+++ SOURCES/apache-mod_ssl.conf Fri Dec 23 13:27:43 2005
@@ -56,14 +56,15 @@
# Inter-Process Session Cache:
# Configure the SSL Session Cache: First the mechanism
# to use and second the expiring timeout (in seconds).
-#SSLSessionCache dbm:/var/run/ssl_scache
-SSLSessionCache shmcb:/var/run/ssl_scache(512000)
+#SSLSessionCache dbm:/var/cache/httpd/ssl_scache
+#SSLSessionCache shmcb:/var/run/ssl_scache(512000)
+SSLSessionCache shmcb:/var/cache/httpd/ssl_scache(512000)
SSLSessionCacheTimeout 300
# Semaphore:
# Configure the path to the mutual exclusion semaphore the
# SSL engine uses internally for inter-process synchronization.
-SSLMutex file:/var/run/ssl_mutex
+SSLMutex file:/var/run/httpd/ssl_mutex
##
## SSL Virtual Host Context
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/apache-mod_ssl.conf?r1=1.13&r2=1.14&f=u
More information about the pld-cvs-commit
mailing list