开发者

is this true? "Gzipped items will not have the same etags (even if the content did not change)"

Is i开发者_如何学编程t 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


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜