Home  >  Article  >  Backend Development  >  Why can’t PHP-FPM be found in PHP7 under WINDOWS environment?

Why can’t PHP-FPM be found in PHP7 under WINDOWS environment?

ringa_lee
ringa_leeOriginal
2018-05-12 10:34:245935browse

Reply content:

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.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn