https://bugzilla.wikimedia.org/show_bug.cgi?id=68457
Tim Landscheidt <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected], | |[email protected], | |[email protected], | |[email protected] Component|tools |Infrastructure Assignee|[email protected] |[email protected]. | |org --- Comment #1 from Tim Landscheidt <[email protected]> --- From the outside, "wget http://wdq.wmflabs.org/" retrieves something immediately, while "wget 'http://wdq.wmflabs.org/api?q=claim[31]&props=31'" returns a 502, so the webserver on the instance seems to be accessible and responding. On tools-login, "wget 'http://wikidata-wdq-mm/api?q=claim[31]&props=31'" (bypassing the nginx proxy) times out after about a minute. Another test with "curl -gi 'http://wikidata-wdq-mm/api?q=claim[31]&props=31'" doesn't seem to indicate that the http header is indeed sent earlier: | scfc@tools-login:~$ curl -gi 'http://wikidata-wdq-mm/api?q=claim[31]&props=31' | curl: (52) Empty reply from server | scfc@tools-login:~$ "wget http://wikidata-wdq-mm/" retrieves something immediately, again. So to me the problem seems to lie with the script taking too long. -- 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
