安装mediawiki碰上的问题

PHP Warning: passthru(): Unable to fork [“C:\WINDOWS\system32\convert.exe” -version] in D:\www\web\sujidanci.com\www\wwwroot\includes\GlobalFunctions.php on line 2854

这个问题是要给 windows目录下的cmd.exe 赋予权限,为Internet User可执行。原来ImageMagick的convert.exe要用到cmd.exe。
所以就设置\windows\system32\cmd.exe为InternetUser可执行的权利

cmd.exe上右键 ->属性 -> 安全选项卡

 

php5.4配置过程中出现的问题

配置可参考百度文库:http://wenku.baidu.com/view/b1e910156edb6f1aff001fe7.html

错误:

FastCGI Error
The FastCGI Handler was unable to process the request.
——————————————————————————–

Error Details:

Could not find entry for “php” on site 6 in [Types] section.
Error Number: 1413 (0x80070585).
Error Description: ÎÞЧË÷Òý¡£
HTTP Error 500 – Server Error.
Internet Information Services (IIS)

很可能是 fcgiext.ini 没有配置好。

参考:

[Types]
php=PHP
[PHP]
ExePath=D:\php\php-cgi.exe
InstanceMaxRequests=10000
ActivityTimeout=300
RequestTimeout=600
EnvironmentVars=PHP_FCGI_MAX_REQUESTS:10000,PHPRC:D:\php\