summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '2.2/conf/modules.d/40_mod_ssl.conf')
-rw-r--r--2.2/conf/modules.d/40_mod_ssl.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/2.2/conf/modules.d/40_mod_ssl.conf b/2.2/conf/modules.d/40_mod_ssl.conf
index 331783a..3d0a043 100644
--- a/2.2/conf/modules.d/40_mod_ssl.conf
+++ b/2.2/conf/modules.d/40_mod_ssl.conf
@@ -7,7 +7,6 @@ SSLRandomSeed connect builtin
</IfModule>
<IfDefine SSL>
-<IfModule ssl_module>
# This is the Apache server configuration file providing SSL support.
# It contains the configuration directives to instruct the server how to
# serve pages over an https connection. For detailing information about these
@@ -59,7 +58,6 @@ SSLSessionCacheTimeout 300
# Configure the path to the mutual exclusion semaphore the SSL engine uses
# internally for inter-process synchronization.
SSLMutex file:/var/run/ssl_mutex
-</IfModule>
</IfDefine>
# vim: ts=4 filetype=apache