apache: Initial CentOS/RedHat 7 support.

This commit is contained in:
Timo Makinen 2016-04-08 12:33:51 +03:00
parent 21a8b36b10
commit 444ac2363c
6 changed files with 757 additions and 16 deletions

View file

@ -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.