Last modified: 2007-02-09 20:13:29 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T10926, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 8926 - ETag - Don't include inode in ETag header
ETag - Don't include inode in ETag header
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
General/Unknown (Other open bugs)
unspecified
All All
: Low minor (vote)
: ---
Assigned To: Nobody - You can work on this!
http://lists.wikimedia.org/pipermail/...
: shell
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2007-02-09 00:20 UTC by Nick Jenkins
Modified: 2007-02-09 20:13 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Nick Jenkins 2007-02-09 00:20:20 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.
Comment 1 Brion Vibber 2007-02-09 20:13:29 UTC
Done. New etag seems a bit more stable. Yay!

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links