Last modified: 2013-08-28 02:47:03 UTC
Maybe I'm crazy, but http://wmflabs.org doesn't seem to resolve, while http://www.wmflabs.org does. --- mzmcbride@gonzo:~$ curl "wmflabs.org" curl: (6) Couldn't resolve host 'wmflabs.org' mzmcbride@gonzo:~$ curl "www.wmflabs.org" <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>Redirecting...</title> <meta http-equiv="REFRESH" content="0;url=https://labsconsole.wikimedia.org/wiki/Main_Page"></head> </html> --- Ideally both would 301 or 302 to <https://labsconsole.wikimedia.org/wiki/Main_Page>, right?
it does redirect to to www.wmflabs.org and that to https://labsconsole.wikimedia.org/wiki/Main_Page
it's firefox which does it...
www.wmflabs.org is registered to the "incubator" project, which I had voluntarily set up this redirect to reduce confusion of other people. However, labsconsole does not support adding a naked domain to the hosts, and wmflabs.org does not automatically redirect users to the www.wmflabs.org domains though :(
Just need the DNS of wmflabs.org to be configured to point to the www subdomain, and everything is solved :)
(In reply to comment #0) > Maybe I'm crazy, but http://wmflabs.org doesn't seem to resolve Works fine here - I end up at https://labsconsole.wikimedia.org/wiki/Main_Page Is this still an issue or can this ticket be closed as RESOLVED?
(In reply to comment #5) > (In reply to comment #0) > > Maybe I'm crazy, but http://wmflabs.org doesn't seem to resolve > > Works fine here - I end up at https://labsconsole.wikimedia.org/wiki/Main_Page > > Is this still an issue or can this ticket be closed as RESOLVED? This is still an issue, the DNS for the www.wmflabs.org and the root wmflabs.org domain are still different.
Nothing's changed here AFAIK. $ for domain in {{bastion,www}.,}wmflabs.org; do for ns in @labs-ns{0..1}.wikimedia.org ''; do echo "${ns} ${domain}:"; dig +noall +answer $ns $domain; done; echo; done @labs-ns0.wikimedia.org bastion.wmflabs.org: bastion.wmflabs.org. 3600 IN A 208.80.153.207 @labs-ns1.wikimedia.org bastion.wmflabs.org: bastion.wmflabs.org. 3600 IN A 208.80.153.207 bastion.wmflabs.org: bastion.wmflabs.org. 3587 IN A 208.80.153.207 @labs-ns0.wikimedia.org www.wmflabs.org: www.wmflabs.org. 3600 IN A 208.80.153.230 @labs-ns1.wikimedia.org www.wmflabs.org: www.wmflabs.org. 3600 IN A 208.80.153.230 www.wmflabs.org: www.wmflabs.org. 3600 IN A 208.80.153.230 @labs-ns0.wikimedia.org wmflabs.org: @labs-ns1.wikimedia.org wmflabs.org: wmflabs.org:
(In reply to comment #5) > (In reply to comment #0) >> Maybe I'm crazy, but http://wmflabs.org doesn't seem to resolve > > Works fine here - I end up at https://labsconsole.wikimedia.org/wiki/Main_Page > > Is this still an issue or can this ticket be closed as RESOLVED? Some Web browsers (such as Mozilla Firefox) will silently and automatically try the www or non-www version of the URL. I guess this makes for a better user experience. http://wmflabs.org still does not resolve properly.
Today neither resolve: mzmcbride@gonzo:~$ curl "www.wmflabs.org" curl: (6) Could not resolve host: www.wmflabs.org; nodename nor servname provided, or not known mzmcbride@gonzo:~$ curl "wmflabs.org" curl: (6) Could not resolve host: wmflabs.org; nodename nor servname provided, or not known
Just want to confirm that: | [tim@passepartout ~]$ host wmflabs.org | [tim@passepartout ~]$ host www.wmflabs.org | Host www.wmflabs.org not found: 3(NXDOMAIN) | [tim@passepartout ~]$ host tools.wmflabs.org | tools.wmflabs.org has address 208.80.153.201 | [tim@passepartout ~]$
JFTR: www.wmflabs.org resolves again, wmflabs.org not.
https://gerrit.wikimedia.org/r/81451