Merge pull request #430 from mkhon/fix-apache24-ocsp-cache-path
Fix apache24_ocsp_cache_path definition
This commit is contained in:
@@ -86,7 +86,7 @@ return array(
|
|||||||
'type' => 'string',
|
'type' => 'string',
|
||||||
'string_type' => 'string',
|
'string_type' => 'string',
|
||||||
'string_emptyallowed' => false,
|
'string_emptyallowed' => false,
|
||||||
'default' => '',
|
'default' => 'shmcb:/var/run/apache2/ocsp-stapling.cache(131072)',
|
||||||
'visible' => Settings::Get('system.webserver') == "apache2" &&
|
'visible' => Settings::Get('system.webserver') == "apache2" &&
|
||||||
Settings::Get('system.apache24') == 1,
|
Settings::Get('system.apache24') == 1,
|
||||||
'save_method' => 'storeSettingField'
|
'save_method' => 'storeSettingField'
|
||||||
|
|||||||
Reference in New Issue
Block a user