Managed Fusion IIS 6 缓存 500 错误
我正在运行一个网站,该网站使用 Managed Fusion 将第三方网站反向代理到子目录中。第三方网站已经多次出现故障并出现 500 错误。这本身并不是问题,但是,IIS 似乎正在缓存 500 错误,因此即使第三方站点已备份,通过反向代理查看该站点仍然会出现该错误。我发现解决此问题的唯一方法是重新启动 WWW 服务。有什么方法可以防止这种缓存而不损害我的网站的性能吗?
I'm running a site which uses Managed Fusion to reverse proxy a third party site into a sub directory. Several times now the third party site has gone down and presented a 500 error. This in itself is not a problem, however, IIS seems to be caching the 500 error such that even when the third party site is back up, viewing the site through the reverse proxy still presents the error. The only way I've found of fixing this is by restarting the WWW service. Is there any way to prevent this caching without damaging performance of my site?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我们决定放弃代理并为外部站点使用子域。
We've decided to ditch the proxy and go with a subdomain for the external site.