diff --git a/plugins/php-yum/index_php_yum.py b/plugins/php-yum/index_php_yum.py index 8ade2ed75..0600580d6 100755 --- a/plugins/php-yum/index_php_yum.py +++ b/plugins/php-yum/index_php_yum.py @@ -74,7 +74,7 @@ def status(version): def getFpmAddress(version): - fpm_address = '/tmp/php-cgi-{}.sock'.format(version) + fpm_address = '/var/opt/remi/php{}/run/php-fpm/www.sock'.format(version) php_fpm_file = getFpmConfFile(version) try: content = readFile(php_fpm_file)