re-enable fcgid/php-fpm activation-validate-check
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -52,16 +52,16 @@ class Check
|
|||||||
];
|
];
|
||||||
|
|
||||||
$check_array = [
|
$check_array = [
|
||||||
'system_mod_fcgid_enabled' => [
|
'system_mod_fcgid' => [
|
||||||
'other_post_field' => 'system_phpfpm_enabled',
|
'other_post_field' => 'phpfpm_enabled',
|
||||||
'other_enabled' => 'phpfpm.enabled',
|
'other_enabled' => 'phpfpm.enabled',
|
||||||
'other_enabled_lng' => 'phpfpmstillenabled',
|
'other_enabled_lng' => 'phpfpmstillenabled',
|
||||||
'deactivate' => [
|
'deactivate' => [
|
||||||
'phpfpm.enabled_ownvhost' => 0
|
'phpfpm.enabled_ownvhost' => 0
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
'system_phpfpm_enabled' => [
|
'phpfpm_enabled' => [
|
||||||
'other_post_field' => 'system_mod_fcgid_enabled',
|
'other_post_field' => 'system_mod_fcgid',
|
||||||
'other_enabled' => 'system.mod_fcgid',
|
'other_enabled' => 'system.mod_fcgid',
|
||||||
'other_enabled_lng' => 'fcgidstillenabled',
|
'other_enabled_lng' => 'fcgidstillenabled',
|
||||||
'deactivate' => [
|
'deactivate' => [
|
||||||
|
|||||||
Reference in New Issue
Block a user