Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我们使用 apache 进行压缩,我们是否应该禁用 etags,因为 etags 每次都会不同?放气也是如此吗?
谢谢
Apache 使用文件系统中文件的 inode 编号、修改时间和/或大小来生成实体标签(请参阅FileETag指令)。并且仅使用mod_deflate压缩输出不会改变 inode 编号、修改时间或文件大小。
FileETag