php -i | grep "PHP Version"
PHP Version => 5.6.17
PHP Version => 5.6.17
ulimit -a
systemctl restart php-fpm.service
[root@ns3008173 ~]# systemctl restart php-fpm.service
-bash: systemctl: command not found
[root@ns3008173 ~]# restart php-fpm.service
restart: Unknown job: php-fpm.service
[root@ns3008173 ~]#
service php-fpm restart
[root@ns3008173 ~]# service php-fpm restart
Stopping php-fpm: [FAILED]
Starting php-fpm: [11-Feb-2016 07:18:24] ERROR: unable to bind listening socket for address '127.0.0.1:9000': Address already in use (98)
[11-Feb-2016 07:18:24] ERROR: FPM initialization failed
[FAILED]
[root@ns3008173 ~]#
service php-fpm reload
[root@ns3008173 ~]# service php-fpm reload
Reloading php-fpm: [11-Feb-2016 07:19:41] NOTICE: configuration file /etc/php-fpm.conf test is successful
[FAILED]
[root@ns3008173 ~]# [B]service nginx start[/B]
Starting nginx: nginx already running
[root@ns3008173 ~]#