如何对 Mongrel/WEBrick 服务器上的 Ruby on Rails 输出的所有内容启用输出压缩 (gzip)?
我不确定这是问这个问题的正确位置,因为这个问题的答案可能是编码解决方案或配置解决方案:)无论如何,
我正在使用在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该能够使用 Mongrel GZipFilter 来完成此操作。
You should be able to do this using the Mongrel GZipFilter.