]> TLD Linux GIT Repositories - packages/apache.git/blobdiff - apache-mod_ssl.conf
- NameVirtualHost has no effect
[packages/apache.git] / 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.