Actually it's random for me: there is some kind of dns round robin happening:
Try to run: `dig scikit-learn.org +short` several times consecutively: the order of the ip addresses changes from one query to another. ~> dig scikit-learn.org +short 63.251.171.80 69.25.27.170 216.34.181.97 69.25.27.173 63.251.171.81 66.150.161.141 66.150.161.140 ~> dig scikit-learn.org +short 63.251.171.81 66.150.161.141 69.25.27.173 69.25.27.170 66.150.161.140 216.34.181.97 63.251.171.80 When I hit a bad server, curl gives: ~> curl -i http://scikit-learn.org/stable/ HTTP/1.1 301 Moved Permanently Date: Wed, 11 Jan 2012 23:13:00 GMT Server: Apache/2.2.6 (Fedora) DAV/2 PHP/5.2.4 X-Powered-By: PHP/5.2.4 Location: http://www.zoneedit.com/fh.php/stable/ Content-Length: 0 Connection: close Content-Type: text/html; charset=ISO-8859-1 The sourceforge server seems to be: ~> curl -i http://216.34.181.97/stable/ HTTP/1.1 200 OK Server: Apache/2.2.3 (CentOS) Last-Modified: Thu, 15 Jul 2010 18:08:10 GMT ETag: "13f-48b70fc293680" Accept-Ranges: bytes Cache-Control: max-age=172800 Expires: Fri, 13 Jan 2012 23:17:57 GMT Content-Type: text/html Content-Length: 319 Date: Wed, 11 Jan 2012 23:17:57 GMT X-Varnish: 935012164 Age: 0 Via: 1.1 varnish Connection: keep-alive <html> <head> <title>Unknown Site</title> </head> <body> <p>This space is managed by SourceForge.net. You have attempted to access a URL that either never existed or is no longer active. Please check the source of your link and/or contact the maintainer of the link to have them update their records. </body> </html> But the lack of namespace in the URL might break the SF redirect. The other servers give me a 404 on /stable/ or a 200 on / with an empty response body. -- Olivier ------------------------------------------------------------------------------ Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex infrastructure or vast IT resources to deliver seamless, secure access to virtual desktops. With this all-in-one solution, easily deploy virtual desktops for less than the cost of PCs and save 60% on VDI infrastructure costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
