]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - config/httpd/ssl-global.conf
xtables-addons: Fix typo in lfs
[people/pmueller/ipfire-2.x.git] / config / httpd / ssl-global.conf
index 9cf4f8150bd133a5076c7587983a5ed1ca62f8ce..154815cea5202279e66c75ec31eaa1ec702b8cfd 100644 (file)
        SSLSessionCache         shmcb:/var/log/httpd/ssl_scache(512000)
        SSLSessionCacheTimeout  900
 
-       #   Semaphore:
-       #   Configure the path to the mutual exclusion semaphore the
-       #   SSL engine uses internally for inter-process synchronization. 
-       SSLMutex  file:/var/log/httpd/ssl_mutex
-
        #   Pseudo Random Number Generator (PRNG):
        #   Configure one or more sources to seed the PRNG of the 
        #   SSL library. The seed data should be of good random quality.