]> git.pld-linux.org Git - packages/apache1-mod_ssl.git/commitdiff
- fix SSLSessionCache and SSLMutex location auto/ac/apache-2_2_0-10 auto/ac/apache-2_2_0-11 auto/ac/apache-2_2_0-12 auto/ac/apache-2_2_0-13 auto/ac/apache-2_2_0-14 auto/ac/apache-2_2_0-15 auto/ac/apache-2_2_0-16 auto/ac/apache-2_2_0-17 auto/ac/apache-2_2_0-4 auto/ac/apache-2_2_0-5 auto/ac/apache-2_2_0-6 auto/ac/apache-2_2_0-7 auto/ac/apache-2_2_0-8 auto/ac/apache-2_2_2-1 auto/th/apache-2_2_0-11 auto/th/apache-2_2_0-16 auto/th/apache-2_2_0-8 auto/th/apache-2_2_2-1
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.conf -> 1.14

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
This page took 0.049456 seconds and 4 git commands to generate.