]> git.pld-linux.org Git - packages/apache.git/commitdiff
- proper path to ssl_mutex; now apache won't segfault but that bug is still there
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-vhost.conf -> 1.5
    apache-mod_ssl.conf -> 1.5

apache-mod_ssl-vhost.conf
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 
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.150329 seconds and 4 git commands to generate.