From f3212e095eae362fe56bc1be2b60151ac2d5fd20 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bartosz=20=C5=9Awi=C4=85tek?= Date: Sun, 26 Feb 2012 00:28:40 +0100 Subject: [PATCH] - NameVirtualHost has no effect - SSLMutex ist replaced with Mutex, but Mutex is already set in mpm.conf --- apache-mod_ssl.conf | 7 ------- 1 file changed, 7 deletions(-) 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. -- 2.44.0