在快速失败保护模式下使用IIS应用程序池时,可以在失败时调用可执行文件。有哪些内置参数?
例如,调用重新平衡负载均衡器与刚关闭的网站的IP和主机头?
有这样的东西吗?
c:\temp\lbsdk.exe {IP} {hostheader} {identity}
文档没有提及任何此类内置函数。
答案 0 :(得分:1)
我知道这是一篇旧帖子,但我正在查找相同的问题而且我发现了这篇博文:http://weblog.west-wind.com/posts/2006/Dec/19/IIS-7-and-Rapid-Fail-Protection
根据最后评论(Cees meuleman 2012年2月24日@ 3:14 am)
他使用以下内容让应用程序池自动重置。
Shutdown executable: c:\Windows\System32\inetsrv\Appcmd.exe
Shutdown parameters: start APPPOOL <your website>
或者,您可以选择执行iisreset,如果服务器重启失败,则可以选择:
Shutdown executable: c:\Windows\System32\iisreset.exe
Shutdown parameters: /rebootonerror