Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Apache is a dependency of PHP and gets installed at the same time.
You can remove it from your server later with the command: “sudo yum remove httpd”
I have updated the article—you should now be able to complete it without Apache installing.
Before restart the service php-fpm, is necessary change in the file /etc/php-fpm.d/www.conf: of: user = apache group = apache
to: user = nginx group = nginx
PHP_FPM configuration file location is /etc/php-fpm.conf
Also does this works on 32 and 64 bit?
This tutorial should work on both 32 and 64 bit systems. The php-fpm configuration continues in the /etc/php-fpm.d/www.conf file.
You can see how to set up VIrtual Hosts (server blocks) here: https://www.digitalocean.com/community/articles/how-to-set-up-nginx-virtual-hosts-server-blocks-on-centos-6
And how to set up a host name here: https://www.digitalocean.com/community/articles/how-to-set-up-a-host-name-with-digitalocean
Followed all of above steps, but when I try to open http://12.34.56.789/info.php, getting “No input file specified.” always.
Any clues?
In my above comment, when I said http://12.34.56.789/info.php, I already have changed 12.34.56.789 to my IP xx.xx.xx.xx…
Just clarification :)