服务器托管控制面板

Windows server 2003 64位操作系统下IIS6+PHP5.2配置排错

Windows server 2003 64位操作系统下,配置IIS6+PHP5(ISAPI方式)时,如果不调整IIS的运行方式,会遇到 "Service Unavailable" 或其他500服务器内部错误。如何才能正确的在Windows server 2003 64位版的系统下正确的配置IIS+PHP呢?

在Windows Server 2003 64位版的操作系统上配置IIS+PHP5,如果不调整IIS的运行方式,可能会遇到以下问题:
浏览器打开显示:

“Service Unavailable”

错误日志里面可以看到类似以下错误信息:

ISAPI Filter ‘C:\PHP5\php5isapi.dll’ could not be loaded due to a configuration problem. The current configuration only supports loading images built for a AMD64 processor architecture. The data field contains the error number. To learn more about this issue, including how to troubleshooting this kind of processor architecture mismatch error, see http://go.microsoft.com/fwlink/?LinkId=29349. 


错误原因:

在Windows server 2003 64位的操作系统下,IIS运行方式是64位的,加载PHP5.2 (32位版) 的时候,遇到兼容性的问题而导致内部错误。

解决方法:

将IIS切换到32位兼容模式来运行。具体方法如下:
首先将IIS由64位模式修改为32位模式,只要一个命令即可:

cscript %SYSTEMDRIVE%\inetpub\adminscripts\adsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 1

恢复为64位模式的命令:

cscript %SYSTEMDRIVE%\inetpub\adminscripts\adsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 0 

这样IIS和PHP都是以32位的兼容模式运行,错误就消除了。


HRAK-V02 香港VPS 租用

  • 2个CPU
  • 内存: 1.5GB
  • 硬盘: 50GB
  • 300GB/月/3M
  • 免费1个IP
  • 180元/月

HRAK-V01 香港VPS租用

  • 一个CPU
  • 内存: 1GB
  • 硬盘: 40GB
  • 200GB/月
  • 免费1个IP
  • 110元/月

EGI-V05 美国VPS租用

  • Xeon E5-2620
  • 内存: 2GB
  • 硬盘: 60GB
  • 2500GB/月
  • 免费1个IP
  • 250元/月