Deflate zlib 与 apache 上的 Gzip 压缩...如何启用
我读过一些博客,尤其是这里 http://www.codinghorror.com/blog/2008/10/youre-reading-the-worlds-most-dangerous-programming-blog.html 有一些优点与 gzip 相比,使用 deflate zlib 压缩。
我正在尝试将 apache 设置为仅进行放气,以便我可以运行一些测试。 但是,我很难找到将 mod_deflate 配置为仅执行 deflate 而不是 gzip。
有谁知道写入配置参数。
- 谢谢。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是不可能的。 Apache2 的 mod_deflate (令人困惑)仅支持 gzip 格式。
It's not possible. Apache2's mod_deflate (confusingly) only supports the gzip format.
正如 demokoryu 所说,mod_deflate 仅支持 gzip 格式。
Deflate 压缩浏览器兼容性以及相对于 GZIP 的优势
在上面的讨论中有关使用 deflate 而不是 gzip 的缺点的链接,看起来您应该特别担心浏览器支持: http://www.vervestudios.co/projects/compression-tests/results
As demonkoryu said, mod_deflate supports only the gzip format.
Deflate compression browser compatibility and advantages over GZIP
In the above discussion with links about the disadvantages on using deflate instead of gzip, it looks like you should be worried in particular about browser support: http://www.vervestudios.co/projects/compression-tests/results