关于PHP配置问题,在线等(fastcgi|isapi)

WBOY
Release: 2016-06-23 14:10:54
Original
818 people have browsed it

之前和的fastcgi的,可是进程里面很多php-cgi,老是搞得网站打不开,修改了fcgiext.ini里面的
[PHP]
ExePath=F:\php\php-cgi.exe
MaxInstances=50
InstanceMaxRequests=200
ActivityTimeout=900
RequestTimeout=600
EnvironmentVars=PHP_FCGI_MAX_REQUESTS:10000
问题还是有,(fastcgi我没的卸载的,因为上面还有很多网站,一旦卸了不成功全都打不开。)
所以就想换成isapi的,可是换了过后phpinfo()一测试,里面mysql和一些其他的都没有,直接打开页面全是空白,也将那些.dll复制到system32里面去了的,请大神看看是什么问题,谢谢。


回复讨论(解决方案)

别再做无效劳动了
自 php 5.3.6 起,已经不支持 isapi 方式了,只支持 fastcgi 方式
我不信你的 php 不会升级 php5.4 的运行速度至少是 php5.2 的2 倍

别再做无效劳动了
自 php 5.3.6 起,已经不支持 isapi 方式了,只支持 fastcgi 方式
我不信你的 php 不会升级 php5.4 的运行速度至少是 php5.2 的2 倍
亲爱的xuzuning,请问如何解决
“之前和的fastcgi的,可是进程里面很多php-cgi,老是搞得网站打不开,修改了fcgiext.ini里面的”
这个问题呢?

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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!