Solving PHP-CGI Process Crashes on Windows
When using nginx, PHP requests need to be forwarded to a CGI program. About FastCGI: its full name is FastCGI Process Manager, a process manager that manages CGI. There are many process managers on the market, and PHP-FPM is one of them. PHP-FPM acts as a process manager, listening on a port…