]> git.pld-linux.org Git - packages/apache.git/commitdiff
- fix SSLSessionCache and SSLMutex location
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 23 Dec 2005 12:27:43 +0000 (12:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_ssl-vhost.conf -> 1.14
    apache-mod_ssl.conf -> 1.14

apache-mod_ssl-vhost.conf
apache-mod_ssl.conf

index 59a2a32e3ca99cf13de6996093a7c7e6f582a94d..ea3e5b7b9e87ab0be0caecacc2f5b2ed0f45373b 100644 (file)
@@ -56,14 +56,15 @@ 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:/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
index 59a2a32e3ca99cf13de6996093a7c7e6f582a94d..ea3e5b7b9e87ab0be0caecacc2f5b2ed0f45373b 100644 (file)
@@ -56,14 +56,15 @@ 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:/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
This page took 0.373733 seconds and 4 git commands to generate.