Fork me on GitHub

IIS 7.x Application Request Routing(ARR) 502错误的解决方法

IIS ARR可实现基于反向代理的Server Farms,默认配置会导致在需要长时间操作超时的502.3错误,具体解释可以参考http://blogs.iis.net/richma/archive/2010/07/03/502-3-bad-gateway-the-operation-timed-out-with-iis-application-request-routing-arr.aspx 。文章也提供了命令行执行相关操作:

Server Farm :  appcmd.exe set config  -section:webFarms /[name='ArrFarm'].applicationRequestRouting.protocol.timeout:"00:00:45"  /commit:apphost

这个操作也可以通过IIS的控制面板进行操作:

iisARR502Error

修改这个Time-out为 足够长的时间值就可以解决。

posted @ 2010-12-15 13:26  张善友  阅读(5071)  评论(0编辑  收藏  举报