mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-05 21:05:46 +01:00
bug fix php-fpm installation ref https://community.cyberpanel.net/t/getting-error-on-using-apache-as-reverse-proxy/42870
This commit is contained in:
@@ -221,6 +221,10 @@ LoadModule mpm_event_module modules/mod_mpm_event.so
|
||||
|
||||
else:
|
||||
|
||||
command = 'apt-get install software-properties-common -y'
|
||||
if ProcessUtilities.executioner(command, None, True) == 0:
|
||||
return "Failed to install software-properties-common"
|
||||
|
||||
command = 'apt install python-software-properties -y'
|
||||
if ProcessUtilities.executioner(command, None, True) == 0:
|
||||
return "Failed to install python-software-properties"
|
||||
|
||||
Reference in New Issue
Block a user