How do you make an etag that matches Apache?

后端 未结 4 1275
自闭症患者
自闭症患者 2021-02-04 10:13

I want to make an etag that matches what Apache produces. How does apache create it\'s etags?

4条回答
  •  走了就别回头了
    2021-02-04 10:32

    One thing to remember about Apache's Etags is that they don't play well in clusters because they include inode information that can—and probably will—vary between machines in the same cluster.

提交回复
热议问题