Unlike Apache Server, Nginx server has no native PHP installed. So we are required to install PHP-FPM. The full form of FPM is FastCGI Process Manager. Following article, will help you to install php and php mysql as well. PHP Installation in Nginx Server Following command will update all the required updates and also going […]
Tag: PHP Installation
Install PHP in Apache Server Ubuntu 20.04
PHP installation in Apache server is easy. If you are Ubuntu 20.04 operating system in your cloud hosting, then following step by step guide is going to help you to install PHP. PHP Installation Installing PHP only is not sufficient to run a web application which has PHP as server side scripting. We need libapache2 […]