Home:ALL Converter>CentOS 6 : php-fpm: unrecognized service

CentOS 6 : php-fpm: unrecognized service

Ask Time:2020-06-19T19:18:07         Author:ziedmaz

Json Formatter

Please i'm using CentOS 6 and i've tried to install two PHP versions 5.6 and 7.2 first i remove existing php and all its packages and then i follow this link Multiple PHP version with Apache on CentOS 7

but only php 5.6 is working and when i want to run php-fpm :

service --status-all | grep php

=> Opening /proc/modules: No such file or directory Opening /proc/modules: No such file or directory WARNING: key file (/etc/rndc.key) exists, but using default configuration file (/etc/rndc.conf) rndc: connect failed: 127.0.0.1#953: connection refused Opening /proc/modules: No such file or directory php-fpm (pid 17322) is running... php-fpm (pid 17241) is running...

And when i type :

service php-fpm

=> php-fpm: unrecognized service

the two versions of php are located respectively in : /etc/opt/remi/php56/ /etc/opt/remi/php72/

i think that system is not using this two new php

thank you and sorry for my english

Author:ziedmaz,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/62469125/centos-6-php-fpm-unrecognized-service
yy