您可以将 mod_proxy 配置为反向代理缓存吗?

发布于 2024-07-18 18:46:00 字数 1459 浏览 4 评论 0原文

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

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

发布评论

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

评论(2

夜未央樱花落 2024-07-25 18:46:00

使用 mod_proxy,Apache 可以充当正向代理或反向代理。 除非您也专门启用 mod_cache,否则它不会充当缓存。 一旦启用 mod_cache,它也应该透明地处理代理内容的缓存。 该模块被标记为实验

有关其他详细信息,请参阅mod_cache 文档页面

Using mod_proxy, Apache can function either as a forward proxy or a reverse proxy. It does not function as a cache unless you specifically enable mod_cache too. Once mod_cache is enabled, it should transparently handle caching of proxied content too. The module is labeled experimental.

See the mod_cache doc page for additional details.

爱她像谁 2024-07-25 18:46:00

可以按照您的要求进行操作(例如参见 Roshan 的答案),但我还建议您查看专用的反向 HTTP 代理:清漆

Varnish 非常高效,比 Apache 高效得多。

You can do what you ask (see for example Roshan's answer), but I would also suggest that you look at a dedicated reverse HTTP proxy: Varnish.

Varnish is very efficient, much more so than Apache.

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