Hi Willy Tarreau, Willy Tarreau wrote on 09.06.2017:
> Hi all, > as indicated by the end of last week, this week I could perform most of the > required changes to turn the frontend server into the primary server instead > of being just a cache and a mirror. This is in effect right now (and given > that nobody complained yet I think I didn't break too much ;-)). > There are a few visible impacts (some of these will be addressed later) : > - downloads are expected to always be fast now (OK that's the part I > don't intend to fix ;-)) > - haproxy.org is no longer available over IPv6. IPv6 used to be served > directly by the origin server but due to the role change this is no > longer possible (nor useful since half of the traffic is IPv6 there, > hence experiences performance issues). I'll see what needs to be done > to enable IPv6 on the new server. > - repositories on git.1wt.eu will no longer be updated. I still need > to place some redirects there to avoid mistakes. > - all members of the stable team should theorically be able to emit a > release on their own (which was the initial purpose of the change). > Automatic maintenance and update scripts were migrated to the new primary > server and *seem* to work. > Do not hesitate to report any possible breakage you'd notice (eg: nightly > snapshots not produced anymore, list of bugs not working, permission issues, > etc). The tests I've run were OK but surprizes can be expected (especially > due to the difference in Git version between the machines). Sorry to disturb you but I get 404 on / ### curl -v http://haproxy.org/ * About to connect() to haproxy.org port 80 (#0) * Trying 51.15.8.218... * Connected to haproxy.org (51.15.8.218) port 80 (#0) > GET / HTTP/1.1 > User-Agent: curl/7.29.0 > Host: haproxy.org > Accept: */* > < HTTP/1.1 404 Not Found < Date: Fri, 09 Jun 2017 20:05:54 GMT < Server: Apache < Content-Length: 198 < Content-Type: text/html; charset=iso-8859-1 < <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>404 Not Found</title> </head><body> <h1>Not Found</h1> <p>The requested URL / was not found on this server.</p> </body></html> * Connection #0 to host haproxy.org left intact ### > Have a nice week-end, > Willy -- Best Regards Aleks

