Home >Backend Development >PHP Tutorial >Why can't PHP-FPM be found in PHP7 under WINDOWS environment?
PHP-FPM only supports Unix-like systems (Linux/FreeBSD/MacOS) and does not support Windows.
On Windows, you can use PHP-CGI with a CGI process manager:
For example, Apache mod_fcgid can Used to replace mod_cgi and mod_cgid, it has the function of managing and maintaining the number of PHP-CGI processes.
ApacheLounge provides mod_fcgid binary package on Windows:
If you are using it with IIS, you need PHP Manager, a CGI process manager:
Can I use fpm under win? I have never used it before
Thank you. It seems that there is no fpm under Windows. You can consider using cgi
If you are using iis, iis has its own fastcgi manager, directly call php-cgi, iis There is a setting method on the website.