From 9facaee809250bb9d0a0a3ad49f08353b6531fb8 Mon Sep 17 00:00:00 2001 From: Michael Kaufmann Date: Sun, 28 May 2023 15:49:06 +0200 Subject: [PATCH] re-enable fcgid/php-fpm activation-validate-check Signed-off-by: Michael Kaufmann --- lib/Froxlor/Validate/Check.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/Froxlor/Validate/Check.php b/lib/Froxlor/Validate/Check.php index 5841444f..cb113c72 100644 --- a/lib/Froxlor/Validate/Check.php +++ b/lib/Froxlor/Validate/Check.php @@ -52,16 +52,16 @@ class Check ]; $check_array = [ - 'system_mod_fcgid_enabled' => [ - 'other_post_field' => 'system_phpfpm_enabled', + 'system_mod_fcgid' => [ + 'other_post_field' => 'phpfpm_enabled', 'other_enabled' => 'phpfpm.enabled', 'other_enabled_lng' => 'phpfpmstillenabled', 'deactivate' => [ 'phpfpm.enabled_ownvhost' => 0 ] ], - 'system_phpfpm_enabled' => [ - 'other_post_field' => 'system_mod_fcgid_enabled', + 'phpfpm_enabled' => [ + 'other_post_field' => 'system_mod_fcgid', 'other_enabled' => 'system.mod_fcgid', 'other_enabled_lng' => 'fcgidstillenabled', 'deactivate' => [