packages: apache/apache-mod_ssl.conf - NameVirtualHost directive no longer=?UTF-8?Q?=20?=...

adamg adamg at pld-linux.org
Sun Feb 26 12:30:12 CET 2012


Author: adamg                        Date: Sun Feb 26 11:30:12 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- NameVirtualHost directive no longer has any effect
- SSLMutex replaced with Mutex which we already have defined in apache-mpm.conf

---- Files affected:
packages/apache:
   apache-mod_ssl.conf (1.20 -> 1.21) 

---- Diffs:

================================================================
Index: packages/apache/apache-mod_ssl.conf
diff -u packages/apache/apache-mod_ssl.conf:1.20 packages/apache/apache-mod_ssl.conf:1.21
--- packages/apache/apache-mod_ssl.conf:1.20	Tue Jul  6 10:18:18 2010
+++ packages/apache/apache-mod_ssl.conf	Sun Feb 26 12:30:07 2012
@@ -55,16 +55,10 @@
 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.
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/apache/apache-mod_ssl.conf?r1=1.20&r2=1.21&f=u



More information about the pld-cvs-commit mailing list