Home > Backend Development > PHP Tutorial > php-fpm在windows平台下的替代方案是什么

php-fpm在windows平台下的替代方案是什么

WBOY
Release: 2018-09-27 15:32:57
Original
2054 people have browsed it


命令行执行 php-cgi  -b 127.0.0.1:9000  这样执行,如果压力大一点就挂掉了,然后就是500错误, 有没有自动重启的方法,或者能根据负载自动调整php-cgi进程的办法

回复内容:

命令行执行 php-cgi  -b 127.0.0.1:9000  这样执行,如果压力大一点就挂掉了,然后就是500错误, 有没有自动重启的方法,或者能根据负载自动调整php-cgi进程的办法


建议用集成化环境,我用的是UPUPW NGINX。

替代方案有:
Apache2 mod-fcgid:http://php.net/manual/zh/install.windows.apache2.php(见“以 FastCGI 方式运行 PHP”章节)
FastCGI for IIS:http://php.net/manual/zh/install.windows.iis7.php

注意:php.ini配置中,cgi.fix_pathinfo必须为0,否则会出漏洞:https://segmentfault.com/q/1010000002927290

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