]> git.pld-linux.org Git - packages/apache.git/commitdiff
- NameVirtualHost directive no longer has any effect
authorAdam Gołębiowski <adamg@pld-linux.org>
Sun, 26 Feb 2012 11:30:07 +0000 (11:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- SSLMutex replaced with Mutex which we already have defined in apache-mpm.conf

Changed files:
    apache-mod_ssl.conf -> 1.21

apache-mod_ssl.conf

index 0867c277e6694efe9e62d85c6c585862091d4c1a..3bb30b21aa06c20704813e3661d166a52edbeb9f 100644 (file)
@@ -55,16 +55,10 @@ SSLPassPhraseDialog  builtin
 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/httpd/ssl_mutex
-
 ##
 ## SSL Virtual Host Context
 ##
 
-NameVirtualHost *:443
 <VirtualHost *:443>
 #   SSL Engine Switch:
 #   Enable/Disable SSL for this virtual host.
This page took 0.978278 seconds and 4 git commands to generate.