File tree Expand file tree Collapse file tree 3 files changed +10
-11
lines changed
Expand file tree Collapse file tree 3 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 44ServerTokens ProductOnly
55ServerSignature Off
66
7-
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>
812
913################################################
1014# ISPConfig Logfile configuration for vlogger
Original file line number Diff line number Diff line change 44ServerTokens ProductOnly
55ServerSignature Off
66
7-
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>
812
913################################################
1014# ISPConfig Logfile configuration for vlogger
Original file line number Diff line number Diff line change 500500<tmpl_var name='apache_directives'>
501501<tmpl_hook name='apache2_vhost:vhost_footer'>
502502</VirtualHost>
503-
504- <tmpl_if name='apache_version' op='>=' value='2.4' format='version'>
505- <tmpl_if name='ssl_enabled'>
506- <IfModule mod_ssl.c>
507- SSLStaplingCache shmcb:/var/run/ocsp(128000)
508- </IfModule>
509- </tmpl_if>
510- </tmpl_if>
511-
512503</tmpl_loop>
513504
514505<tmpl_hook name='apache2_vhost:footer'>
You can’t perform that action at this time.
0 commit comments