]> TLD Linux GIT Repositories - packages/apache.git/commitdiff
- NameVirtualHost has no effect
authorBartosz Świątek <shadzik@tld-linux.org>
Sat, 25 Feb 2012 23:28:40 +0000 (00:28 +0100)
committerBartosz Świątek <shadzik@tld-linux.org>
Sat, 25 Feb 2012 23:28:40 +0000 (00:28 +0100)
- SSLMutex ist replaced with Mutex, but Mutex is already set in mpm.conf

apache-mod_ssl.conf

index ccfa2149df776d98a97c643ce777e3d8929765f7..6645b96d8e906bde1264408b3d1f1a4d161e9f1c 100644 (file)
@@ -1,4 +1,3 @@
-
 LoadModule ssl_module  modules/mod_ssl.so
 
 # This is the Apache server configuration file providing SSL support.
@@ -55,16 +54,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.