php-fpm

How to use and install php-fpm with nginx on centos 7 1

How to use and install php-fpm with nginx on centos 7

How to use php-fpm with nginx ? What is PHP-FPM and Why to use PHP-FPM ? PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites. PHP-FPM features include: Adaptive process spawning (NEW!) Basic statistics (ala Apache’s mod_status) (NEW!) Advanced process management

How to use and install php-fpm with nginx on centos 7 Read More »

How to install and configure php7 , nginx on centos 7 5

How to install and configure php7 , nginx on centos 7

How to install nginx in centos 7 Update your server yum update Add epel repo as nginx is not available in Default repo yum install epel-release Install nginx yum install nginx Start the nginx services systemctl start nginx Enable the nginx so that when ever server restart , it should automatically start systemctl enable nginx

How to install and configure php7 , nginx on centos 7 Read More »