apache: Initial CentOS/RedHat 7 support.
This commit is contained in:
parent
21a8b36b10
commit
444ac2363c
6 changed files with 757 additions and 16 deletions
|
@ -23,7 +23,7 @@ SSLPassPhraseDialog builtin
|
|||
SSLSessionCache shmcb:/var/cache/mod_ssl/scache(512000)
|
||||
SSLSessionCacheTimeout 300
|
||||
|
||||
<% unless @operatingsystem == 'Fedora' and @operatingsystemrelease.to_i > 17 -%>
|
||||
<% if ['CentOS', 'RedHat'].index(@operatingsystem) and scope.function_versioncmp([@operatingsystemrelease, "7"]) < 0 -%>
|
||||
# Semaphore:
|
||||
# Configure the path to the mutual exclusion semaphore the
|
||||
# SSL engine uses internally for inter-process synchronization.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue