diff --git a/ApachController/ApacheController.py b/ApachController/ApacheController.py index 4258ef1c9..dedc77ecc 100755 --- a/ApachController/ApacheController.py +++ b/ApachController/ApacheController.py @@ -26,6 +26,8 @@ class ApacheController: php80Path = '/etc/opt/remi/php80/php-fpm.d/' php81Path = '/etc/opt/remi/php81/php-fpm.d/' php82Path = '/etc/opt/remi/php82/php-fpm.d/' + php83Path = '/etc/opt/remi/php83/php-fpm.d/' + php84Path = '/etc/opt/remi/php84/php-fpm.d/' serviceName = 'httpd'