Question

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

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top