Home > Backend Development > PHP Tutorial > 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
Release: 2023-03-03 09:10:02
Original
6061 people have browsed it

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.

Related labels:
php
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template