From 3870cc10026bc116dcb4da3ce326383f24de2556 Mon Sep 17 00:00:00 2001 From: Max Khon Date: Mon, 17 Apr 2017 15:55:49 +0700 Subject: [PATCH] Add default value for apache24_ocsp_cache_path, otherwise saving SSL settings for !apache24 fails on apache24_ocsp_cache_path validation. --- actions/admin/settings/131.ssl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/admin/settings/131.ssl.php b/actions/admin/settings/131.ssl.php index 7a73da85..9028ac45 100644 --- a/actions/admin/settings/131.ssl.php +++ b/actions/admin/settings/131.ssl.php @@ -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'