这是真的吗? “Gzip 压缩的项目不会具有相同的 etag(即使内容没有更改)”

发布于 2024-08-20 03:16:47 字数 73 浏览 9 评论 0 原文

如果我们使用 apache 压缩,我们是否应该禁用 etag,因为 etag 每次都会不同? 紧缩也是如此吗?

谢谢

Is it true that we should disable etags if we are compressing with apache because the etags will be different each time?
Is it true for deflate too?

Thanks

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

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

发布评论

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

评论(1

鯉魚旗 2024-08-27 03:16:47

Apache 使用文件系统中的 inode 编号、修改时间和/或文件大小来生成实体标记(请参阅 FileETag 指令)。并且仅使用 mod_deflate 压缩输出不会更改 inode 编号,修改时间或文件大小。

Apache uses inode number, modification time and/or size of the file in the filesystem to generate the entity tag (see FileETag directive). And compressing just the output with mod_deflate will not change the inode number, modification time or file size.

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