]> git.pld-linux.org Git - packages/apache1-mod_ssl.git/commitdiff
- proper path to ssl_mutex; now apache won't segfault but that bug is still there APACHE_2_FOR_RA auto/ac/apache-2_0_47-0_2 auto/ac/apache-2_0_48-0_1 auto/ac/apache-2_0_48-0_1_3 auto/ac/apache-2_0_48-0_1_4 auto/ac/apache-2_0_48-0_4 auto/ac/apache-2_0_48-0_5 auto/ac/apache-2_0_48-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 26 Apr 2003 16:32:47 +0000 (16:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_ssl.conf -> 1.5

apache-mod_ssl.conf

index 949c11589db14c132d29b111bc0ecb1a4804c3fa..cb80ebb4d6834c6e2cc7715f308d1460a9b1eab3 100644 (file)
@@ -66,7 +66,7 @@ SSLSessionCacheTimeout  300
 #   Semaphore:
 #   Configure the path to the mutual exclusion semaphore the
 #   SSL engine uses internally for inter-process synchronization. 
-SSLMutex  file:logs/ssl_mutex
+SSLMutex  file:/var/run/apache/ssl_mutex
 
 #   Pseudo Random Number Generator (PRNG):
 #   Configure one or more sources to seed the PRNG of the 
This page took 0.056843 seconds and 4 git commands to generate.