Last modified: 2007-02-09 20:13:29 UTC
Please add this to the cluster's httpd.conf : ------------------------------ # Do not use the inode for determining the ETag # http://lists.wikimedia.org/pipermail/wikitech-l/2007-February/029446.html FileETag MTime Size ------------------------------ Has been tested on "Apache/1.3.26 (Unix) Debian GNU/Linux"; also works on apache2. To test if it's working, do: curl --silent --include --head http://en.wikipedia.org/skins-1.5/monobook/main.css?55 ... and if the ETag line says something like this: ETag: "709d-45c8df58" Rather than: ETag: "42658-709d-45c8df58" ... then it's working.
Done. New etag seems a bit more stable. Yay!