fastCgi报错问题

\conf\extra\httpd-fcgid.conf
修改以下配置

<Files ~ "\.php$">
Options ExecCGI FollowSymLinks
AddHandler fcgid-script .php
FcgidWrapper “d:/php/php-cgi.exe” .php
</Files>