This commit is contained in:
Usman Nasir
2022-03-30 17:22:13 +05:00
parent 31b77855fe
commit 4ecd8338ea

View File

@@ -654,6 +654,8 @@ class vhost:
except:
pass
else:
logging.CyberCPLogFileWriter.writeToFile('apache vhost 1')
php = PHPManager.getPHPString(phpVersion)
command = "systemctl restart php%s-php-fpm" % (php)
ProcessUtilities.normalExecutioner(command)