the fastcgi handler was unable to process the request.
error details:
error number: 193 (0x800700c1).
error description: unknown error
http error 500 - server error.
internet information services (iis)
iis6 + php5.5 + fastcgi
php 代码很简单
phpinfo();
%>
请问怎样解决
回复讨论(解决方案) php.ini 中打开错误提示看看
另外,你单独配置了吗,
php.ini 中打开错误提示 我已经打开了的
error_reporting = e_all
display_errors = on
display_startup_errors = on
log_errors = on
fcgiext.ini里的内容
[types]
php=php
[php]
exepath=c:\php5.5.5\php-cgi.exe
instancemaxrequests=10000
environmentvars=php_fcgi_max_requests:10000
requesttimeout=500
activitytimeout=900
the fastcgi handler was unable to process the request.
fastcgi的处理程序无法处理请求。
php5.5 是 vc11 编译的,请确认正确安装了 vc11 的运行库
php.ini 配置:
fastcgi.impersonate = 1 把前面的;去掉
其它根普通配置一样
c:\windows\system32\inetsrv下有五个文件,其中有用的 是:fcgtext.dll(处理php映射),fcgitext.ini(fastcgi的配置文件)
打开fastcgi配置文件fcgitext.ini,在最后[types]修改为:
[types]
php=php
[php]
exepath=c:\php\php-cgi.exe
vc11 的运行库 我已经安装了的
php.ini 与 fcgitext.ini 配置也应该没问题啊
点击运行 php-cgi.exe
提示不是有效的win32应用程序
点击运行 php-cgi.exe 提示不是有效的win32应用程序
是不是这个原因啦
你没有注意到 php5.5 的发版说明中有:需要 win7 或 windows2008 及以上环境吗?
