使用 Apache 作为代理时禁用错误缓存

发布于 2024-07-07 00:21:38 字数 240 浏览 9 评论 0原文

当您使用 Apache 代理(使用 ProxyPass 或 RewriteRule)时,如果目标返回错误(500 系列状态),则 Apache 在 30 秒内不会再代理任何请求。

我知道有一种方法可以通过将该值设置为 0 秒来禁用此功能,但我不记得如何操作。 我认为它涉及一个分号和一些选项,但我似乎无法在 apache.org 上找到该详细信息。

在开发环境中,您希望该值为 0,这样您就可以修复错误并立即重新加载页面。

When you use Apache proxying (using either ProxyPass or RewriteRule), if the destination returns an error (500 series status) then Apache won't proxy any more requests for 30 seconds.

I know there's a way to disable this by setting that value to 0 second, but I can't remember how. I think it involves a semicolon and some options but I can't seem to find that detail at apache.org.

In development environment, you'd want this value to be 0, so you can fix the error and reload the page immediately.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

迷离° 2024-07-14 00:21:40

你应该使用这样的设置; 来源 apache 文档

ProxyPass /mirror/foo/ http://backend.example.com/ retry=0

You should use a setting like this; source apache docs

ProxyPass /mirror/foo/ http://backend.example.com/ retry=0
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文