https://bugzilla.wikimedia.org/show_bug.cgi?id=55804
Antoine "hashar" Musso <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|[email protected] |[email protected] --- Comment #8 from Antoine "hashar" Musso <[email protected]> --- Assigning to Chris Steipp since he did all the work :-] I have purged the page using: hashar@deployment-bastion:~$ mwscript purgeList.php --wiki=enwiki http://login.wikimedia.beta.wmflabs.org/ ^D Purging 1 urls Done! Before: $ curl -qI 'http://login.wikimedia.beta.wmflabs.org' 2>&1 HTTP/1.1 301 Moved Permanently Server: Apache Location: https://login.wikimedia.beta.wmflabs.org/ Content-Type: text/html; charset=iso-8859-1 Vary: X-Forwarded-Proto X-Varnish: 687980 209891, 906468551 906468446 Via: 1.1 varnish, 1.1 varnish Content-Length: 249 Accept-Ranges: bytes Date: Fri, 18 Oct 2013 19:49:09 GMT Age: 349692 Connection: keep-alive X-Cache: deployment-cache-text1 hit (6), deployment-cache-text1 frontend hit (4) AFTER purge: $ curl -qI 'http://login.wikimedia.beta.wmflabs.org' 2>&1 HTTP/1.1 301 Moved Permanently Server: Apache X-Powered-By: PHP/5.3.10-1ubuntu3.8+wmf2 X-Content-Type-Options: nosniff Cache-control: s-maxage=1200, must-revalidate, max-age=0 Vary: Accept-Encoding,X-Forwarded-Proto,Cookie X-Vary-Options: Accept-Encoding;list-contains=gzip,X-Forwarded-Proto,Cookie;string-contains=loginwikiToken;string-contains=loginwikiLoggedOut;string-contains=forceHTTPS;string-contains=loginwikiSession;string-contains=centralauth_Token;string-contains=centralauth_Session;string-contains=centralauth_LoggedOut;string-contains=mf_useformat;string-contains=stopMobileRedirect Last-Modified: Fri, 18 Oct 2013 19:49:28 GMT Location: http://login.wikimedia.beta.wmflabs.org/wiki/Main_Page Content-Type: text/html; charset=utf-8 X-Varnish: 688133, 906468558 Via: 1.1 varnish, 1.1 varnish Date: Fri, 18 Oct 2013 19:49:28 GMT Age: 0 Connection: keep-alive X-Cache: deployment-cache-text1 miss (0), deployment-cache-text1 frontend miss (0) I guess that fix the issue. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
