Merge pull request #430 from mkhon/fix-apache24-ocsp-cache-path

Fix apache24_ocsp_cache_path definition
This commit is contained in:
Michael Kaufmann
2017-04-18 12:50:40 +02:00
committed by GitHub

View File

@@ -86,7 +86,7 @@ return array(
'type' => 'string',
'string_type' => 'string',
'string_emptyallowed' => false,
'default' => '',
'default' => 'shmcb:/var/run/apache2/ocsp-stapling.cache(131072)',
'visible' => Settings::Get('system.webserver') == "apache2" &&
Settings::Get('system.apache24') == 1,
'save_method' => 'storeSettingField'