https://bugzilla.wikimedia.org/show_bug.cgi?id=27140

--- Comment #8 from jida...@jidanni.org 2011-02-05 08:08:14 UTC ---
(In reply to comment #7)
> Changing that setting won't solve the problem you originally reported.

Did too! After changing
$ diff -U0 OldLocalSettings.php LocalSettings.php
-$wgCacheEpoch=max($wgCacheEpoch,gmdate('YmdHis',@filemtime(__FILE__)));
+$wgInvalidateCacheOnLocalSettingsChange=false;
I now get real dates when testing with:
for i in abj.jidanni.org transgender-taiwan.org radioscanningtw.jidanni.org
do HEAD -PS http://$i/index.php?title=Special:RecentChanges; done|
grep Last-Modified
Last-Modified: Tue, 01 Feb 2011 12:58:14 GMT
Last-Modified: Sun, 09 Jan 2011 01:24:14 GMT
Last-Modified: Sun, 16 Jan 2011 15:08:00 GMT
Instead of all three Wiki Family members giving the same
Last-Modified: Thu, 03 Feb 2011 00:20:37 GMT
which is what I get if I left things as they were.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to