File tree Expand file tree Collapse file tree 3 files changed +11
-10
lines changed
Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 44ServerTokens ProductOnly
55ServerSignature Off
66
7- <tmpl_if name='apache_version' op='>=' value='2.4' format='version'>
8- <IfModule mod_ssl.c>
9- SSLStaplingCache shmcb:/var/run/ocsp(128000)
10- </IfModule>
11- </tmpl_if>
7+
128
139################################################
1410# ISPConfig Logfile configuration for vlogger
Original file line number Diff line number Diff line change 44ServerTokens ProductOnly
55ServerSignature Off
66
7- <tmpl_if name='apache_version' op='>=' value='2.4' format='version'>
8- <IfModule mod_ssl.c>
9- SSLStaplingCache shmcb:/var/run/ocsp(128000)
10- </IfModule>
11- </tmpl_if>
7+
128
139################################################
1410# ISPConfig Logfile configuration for vlogger
Original file line number Diff line number Diff line change 503503<tmpl_var name='apache_directives'>
504504<tmpl_hook name='apache2_vhost:vhost_footer'>
505505</VirtualHost>
506+
507+ <tmpl_if name='apache_version' op='>=' value='2.4' format='version'>
508+ <tmpl_if name='ssl_enabled'>
509+ <IfModule mod_ssl.c>
510+ SSLStaplingCache shmcb:/var/run/ocsp(128000)
511+ </IfModule>
512+ </tmpl_if>
513+ </tmpl_if>
514+
506515</tmpl_loop>
507516
508517<tmpl_hook name='apache2_vhost:footer'>
You can’t perform that action at this time.
0 commit comments