Closed Bug 870417 Opened 11 years ago Closed 11 years ago

Move BYOB to the static cluster

Categories

(Infrastructure & Operations Graveyard :: WebOps: Other, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: dumitru, Assigned: cturra)

Details

BYOB[1] was shut down last year, but the hardware that supported it is still online, doing nothing but a static page[2].
In order to decommission the hardware, we need to have byob.mozilla.com and buildyourownbrowser.com setup on the static cluster.

Right now, it runs on byob-app1.dmz.scl3.mozilla.com. Credentials are in the sysadmins gpg file, line 686.

TIA!

[1]https://mana.mozilla.org/wiki/display/websites/byob.mozilla.com
[2]http://buildyourownbrowser.com/
since the static page just provides a link to check out http://kev.deadsquid.com/?p=1219, maybe we should just do a 302 for requests to it through the static cluster?
14:23 < dumitru> I was thinking at it
14:23 < dumitru> what if that blog post goes down or is taken offline?
14:23 < dumitru> we might still want to have our own message
14:23 < cturra> that also crossed my mind
14:23 < dumitru> and point the page to the blog post if someone wants to read more
14:23 < cturra> but the message just says: go here
14:23 < cturra> a manual 302  ;)
14:24 < dumitru> it says that is decommissioned
14:24 < dumitru> like, it offers an explanation
14:24 < dumitru> instead of a dead page
14:24 < cturra> i wonder if we have some blog.mo page we can redirect this to
14:25 < dumitru> mmmm
14:25 < dumitru> search doesn't reveal anything
There is a /website-archive/ blog where we should have blog posts about decommissioned sites. If there's not a post already, someone could make one.

CC'ing Chris More... I don't know who runs this, but he seems like a reasonable guess. :)
moved static page to static cluster and have updated DNS. will report back when the latter is complete.

 $ curl -I pp-web04.phx.mozilla.com -H "Host: buildyourownbrowser.com"
 HTTP/1.1 200 OK
 Date: Thu, 09 May 2013 22:05:32 GMT
 Server: Apache
 X-Backend-Server: pp-web04
 Last-Modified: Thu, 09 May 2013 21:48:03 GMT
 Accept-Ranges: bytes
 Content-Length: 298
 Content-Type: text/html; charset=UTF-8
Assignee: server-ops-webops → cturra
done \o/

$ curl -I buildyourownbrowser.com
HTTP/1.1 200 OK
Server: Apache
X-Backend-Server: pp-web01
Content-Type: text/html; charset=UTF-8
Date: Thu, 09 May 2013 22:56:56 GMT
Accept-Ranges: bytes
Last-Modified: Thu, 09 May 2013 21:48:03 GMT
X-Cache-Info: caching
Content-Length: 298

$ curl -I byob.mozilla.com
HTTP/1.1 200 OK
Server: Apache
X-Backend-Server: pp-web04
Content-Type: text/html; charset=UTF-8
Date: Thu, 09 May 2013 22:57:06 GMT
Accept-Ranges: bytes
Last-Modified: Thu, 09 May 2013 21:48:03 GMT
X-Cache-Info: caching
Content-Length: 298

$ curl -I byob.mozilla.org
HTTP/1.1 302 Found
Server: Apache
X-Backend-Server: pp-web04
Vary: Accept-Encoding
Content-Type: text/html; charset=iso-8859-1
Date: Thu, 09 May 2013 22:57:08 GMT
Location: http://byob.mozilla.com/
Transfer-Encoding: chunked
Connection: Keep-Alive
X-Cache-Info: not cacheable; response is 302 without expiry time
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.