This commit is contained in:
usmannasir
2024-01-14 18:56:58 +05:00
parent 5893544e2e
commit d8d1d78b86

View File

@@ -87,6 +87,8 @@ LoadModule mpm_event_module modules/mod_mpm_event.so
# return 1
# else:
# return 0
except BaseException as msg:
message = "%s. [%s]" % (str(msg), '[ApacheController.checkIfApacheInstalled]')
logging.CyberCPLogFileWriter.writeToFile(message)
@@ -245,6 +247,9 @@ LoadModule mpm_event_module modules/mod_mpm_event.so
if ProcessUtilities.executioner(command, None, True) == 0:
return "Failed to install Apache and PHP-FPM."
from plogical.upgrade import Upgrade
Upgrade.CreateMissingPoolsforFPM()
# try:
# wwwConfPath = ApacheVhost.php54Path + "/www.conf"
#