Deflate zlib 与 apache 上的 Gzip 压缩...如何启用

发布于 2024-08-30 02:11:25 字数 436 浏览 9 评论 0 原文

我读过一些博客,尤其是这里 http://www.codinghorror.com/blog/2008/10/youre-reading-the-worlds-most-dangerous-programming-blog.html 有一些优点与 gzip 相比,使用 deflate zlib 压缩。

我正在尝试将 apache 设置为仅进行放气,以便我可以运行一些测试。 但是,我很难找到将 mod_deflate 配置为仅执行 deflate 而不是 gzip。

有谁知道写入配置参数。

- 谢谢。

I've read on a couple of blogs, notably here http://www.codinghorror.com/blog/2008/10/youre-reading-the-worlds-most-dangerous-programming-blog.html there are some advantages to using deflate zlib compression by comparisson to gzip one.

I am trying to setup apache to only do deflate so I can run some tests.
However, I am having difficulty finding to configure mod_deflate to only do deflate and not gzip.

Does anyone know the write configuration parameters.

-- Thank you.

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

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

发布评论

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

评论(2

懒猫 2024-09-06 02:11:25

正如 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

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