- SSLMutex ist replaced with Mutex, but Mutex is already set in mpm.conf
-
LoadModule ssl_module modules/mod_ssl.so
# This is the Apache server configuration file providing SSL support.
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.