如何对 Mongrel/WEBrick 服务器上的 Ruby on Rails 输出的所有内容启用输出压缩 (gzip)?

发布于 2024-11-08 21:57:42 字数 264 浏览 0 评论 0原文

我不确定这是问这个问题的正确位置,因为这个问题的答案可能是编码解决方案或配置解决方案:)无论如何,

我正在使用在 Mongrel 服务器上运行的 ruby​​ 1.8.7 和 Rails 2.3.11。如何对从该服务器发出的所有内容(视图、数据、JS、CSS 等)启用 gzip 压缩?

我尝试了谷歌,大多数回复都说使用 apache:P 但我无法访问任何其他网络服务器。关于如何让 webrick 做到这一点,没有直接的答案。

谁能帮助我吗?

谢谢

I am not sure this is the right place to ask this question, as answer to this may be coding solution or a config solution :) any way,

I am using ruby 1.8.7 and rails 2.3.11 running on the Mongrel server. How do i enable the gzip compression on everything (views, data, JS, CSS etc.) that goes out of this server?

I tried google, and most responses say use apache:P but i donot have access to any other web server. There are no straight answers as to how to get webrick to do this.

Can anyone help me?

thanks

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

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

发布评论

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

评论(1

俯瞰星空 2024-11-15 21:57:42

您应该能够使用 Mongrel GZipFilter 来完成此操作。

You should be able to do this using the Mongrel GZipFilter.

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