I want to install php-fpm for my server my server is running on Apache, PHP 5.3.20, Fastcgi
and I also install php-fpm, using yum install php-fpm
but now I look at phpinfo page, the Server API still shows CGI/FastCGI instead of FPM/FastCGI but when I use ps -ef | grep php-fpm I can get
apache 30304 30303 0 08:08 ? 00:00:00 php-fpm: pool www
apache 30305 30303 0 08:08 ? 00:00:00 php-fpm: pool www
apache 30306 30303 0 08:08 ? 00:00:00 php-fpm: pool www
apache 30307 30303 0 08:08 ? 00:00:00 php-fpm: pool www
apache 30308 30303 0 08:08 ? 00:00:00 php-fpm: pool www
root 30494 29917 0 08:32 pts/0 00:00:00 grep php-fpm
is my php-fpm working or not??