CSoellinger
2015-10-04 7c75fc5419a423620a3ced2560a2343c8fc04608
Adding SSLStaplingCache shmcb:/var/run/ocsp(128000) to vhost template conf if apache version >= 2.4 and ssl enabled
1 files modified
9 ■■■■■ changed files
server/conf/vhost.conf.master 9 ●●●●● patch | view | raw | blame | history
server/conf/vhost.conf.master
@@ -445,4 +445,13 @@
<tmpl_var name='apache_directives'>
</VirtualHost>
<tmpl_if name='apache_version' op='>=' value='2.4' format='version'>
<tmpl_if name='ssl_enabled'>
<IfModule mod_ssl.c>
        SSLStaplingCache shmcb:/var/run/ocsp(128000)
</IfModule>
</tmpl_if>
</tmpl_if>
</tmpl_loop>