https://bugzilla.wikimedia.org/show_bug.cgi?id=30739
--- Comment #1 from Brion Vibber <[email protected]> 2011-09-06 18:29:28 UTC --- 1) What's the X-Forwarded-For header actually look like? 2) What's the REMOTE_ADDR seen from Apache? Is it the same for IPv4 and IPv6 visits? 3) Note that any untrusted X-Forwarded-For entries are automatically ignored to avoid spoofing; only entries provided by a trusted proxy host will be taken into account. Make sure that your proxy server is listed in $wgSquidServers or $wgSquidServersNoPurge -- if things come in through a different address on the IPv6 path it might actually not be seeing it as coming from a trusted server. http://www.mediawiki.org/wiki/Manual:$wgSquidServers -- 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 [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
