From: Bartosz Świątek Date: Sat, 25 Feb 2012 23:28:40 +0000 (+0100) Subject: - NameVirtualHost has no effect X-Git-Url: https://git.tld-linux.org/?p=packages%2Fapache.git;a=commitdiff_plain;h=f3212e095eae362fe56bc1be2b60151ac2d5fd20 - NameVirtualHost has no effect - SSLMutex ist replaced with Mutex, but Mutex is already set in mpm.conf --- diff --git a/apache-mod_ssl.conf b/apache-mod_ssl.conf index ccfa214..6645b96 100644 --- a/apache-mod_ssl.conf +++ b/apache-mod_ssl.conf @@ -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 # SSL Engine Switch: # Enable/Disable SSL for this virtual host.