How to Install PHP-FPM with Apache on Ubuntu 18.04

Posted by cloudbooklet on Sep 20, 2019 2:23 AM
By Cloudbooklet
Mail this story
Web version

FPM is a process manager to manage the FastCGI in PHP. Apache ships with mod_php by default and works with all major web servers. With mod_php there is a little performance issue because it locks out the process.

In this guide you are learn how to setup PHP 7.3-FPM and configure it with Apache and also setup PHP 7.3-FPM pools. There are two distinct options to run PHP using the web server. One is using the PHP’s CGI and the other one is FPM.

Full Story

Printed at http://lxer.com/module/newswire/view/275205/index.html