在 IIS 下为网站应用 GZIP?

发布于 2024-08-18 23:17:08 字数 61 浏览 1 评论 0 原文

如何查明特定 Web 服务器的 GZip 是否启用以及如何应用 IIS 6.0 下网站的 GZip 压缩?

How to find out whether particular web server's GZip is enabled or not and How to apply the
GZip compression for the web site under IIS 6.0?

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

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

发布评论

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

评论(1

心安伴我暖 2024-08-25 23:17:08

IIS GUI 不支持在 IIS6 中打开压缩。您需要直接使用设置更新 IIS 元数据库。

MSDN 文档给出了 说明和有用的元数据库示例

The IIS GUI doesn't support turning compression on in IIS6. You'll need to update the IIS metabase directly with the settings instead.

The MSDN documentation gives a high level overview of HTTP compression but doesn't talk about getting the changes into the metabase. I found some instructions and a helpful metabase example.

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