Php fpm and nginx

I tried to understand what pcp fpm is and why it is used in conjunction with nginx, but I didn't really understand it. Why is the fpm not needed when using apache? Namely with nginx

Author: quaresma89, 2017-03-25

1 answers

For interpreting scripts written in php, you need an interpreter program. neither nginx nor apache can interpret such scripts.


What is pcp fpm

This is the interpreter php, built to provide the fastcgi interface. well, with "several additional features commonly used for high-load sites".

 2
Author: aleksandr barakin, 2017-03-26 00:41:00