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 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-
515506</tmpl_loop>
516507
517508<tmpl_hook name='apache2_vhost:footer'>
You can’t perform that action at this time.
0 commit comments