如何在 joomla 中使用 Squid(代理和反向代理)

发布于 2024-08-15 00:54:45 字数 118 浏览 11 评论 0原文

我想要一些关于 joomla 性能的优化技巧,我使用了 memcache,但我现在不知道如何在 joomla 中使用 代理和反向代理 () 请帮忙 谢谢

i want some optimization tips on joomla performance i used memcache but i dont now how to use proxy and reverse proxy () with joomla please help
Thanks

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

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

发布评论

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

评论(1

贪恋 2024-08-22 00:54:45

我假设您正在谈论缓存反向代理。

您可以像使用任何其他应用程序一样执行此操作:将网络服务器设置为侦听端口 81,然后在同一台计算机上设置鱿鱼,使其侦听 80 并转发到 81。如果您不为客户托管,则可以启用积极的缓存,否则您可能会遇到客户更新其内容但在前端看不到更改的问题。

I assume that you are talking about caching reverse proxy.

You do it just as with any other app: set up your webserver to listen on port 81, then set squid on the same machine, make it listen on 80 and forward to 81. If you're not hosting for customers, you can enable aggresive caching, otherwise you may have issues with customers updating their content but not seeing the changes on frontend.

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