Closed
Bug 855141
Opened 13 years ago
Closed 13 years ago
Point firefox-mozilla.nl to mozilla.org/firefox
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: liz, Assigned: cturra)
Details
(Whiteboard: [triaged 20130326])
We just acquired firefox-mozilla.nl through a buy back when the owner didn't renew. We need to point it somewhere, probably mozilla.org/firefox. Once done, we need to let Audra at Mark Monitor know.
| Assignee | ||
Comment 1•13 years ago
|
||
/me grabbing ownership of this to set up dns and static redirects. will report back once those items are complete.
Assignee: server-ops-webops → cturra
Whiteboard: [triaged 20130326]
| Assignee | ||
Comment 2•13 years ago
|
||
dns and redirects in place on our end. i have reached out to mark monitor to complete the remaining details on their end.
$ dig @ns1.mozilla.org ns firefox-mozilla.nl
; <<>> DiG 9.7.6-P1 <<>> @ns1.mozilla.org ns firefox-mozilla.nl
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 56465
;; flags: qr aa rd; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 0
;; WARNING: recursion requested but not available
;; QUESTION SECTION:
;firefox-mozilla.nl. IN NS
;; ANSWER SECTION:
firefox-mozilla.nl. 3600 IN NS ns2.mozilla.org.
firefox-mozilla.nl. 3600 IN NS ns3.mozilla.org.
firefox-mozilla.nl. 3600 IN NS ns1.mozilla.org.
;; Query time: 58 msec
;; SERVER: 63.245.215.5#53(63.245.215.5)
;; WHEN: Wed Mar 27 11:29:24 2013
;; MSG SIZE rcvd: 101
$ curl -I pp-web01.phx.mozilla.com -H "Host: firefox-mozilla.nl"
HTTP/1.1 301 Moved Permanently
Date: Wed, 27 Mar 2013 18:31:53 GMT
Server: Apache
X-Backend-Server: pp-web01
Location: https://www.mozilla.org/firefox/
Content-Type: text/html; charset=iso-8859-1
| Assignee | ||
Comment 3•13 years ago
|
||
as it turns out the domain is actually mozilla-firefox.nl and *not* firefox-mozilla.nl. i have updated everything on our accordingly.
$ dig @ns1.mozilla.org ns mozilla-firefox.nl
; <<>> DiG 9.7.6-P1 <<>> @ns1.mozilla.org ns mozilla-firefox.nl
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 39280
;; flags: qr aa rd; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 0
;; WARNING: recursion requested but not available
;; QUESTION SECTION:
;mozilla-firefox.nl. IN NS
;; ANSWER SECTION:
mozilla-firefox.nl. 3600 IN NS ns3.mozilla.org.
mozilla-firefox.nl. 3600 IN NS ns1.mozilla.org.
mozilla-firefox.nl. 3600 IN NS ns2.mozilla.org.
;; Query time: 108 msec
;; SERVER: 63.245.215.5#53(63.245.215.5)
;; WHEN: Wed Mar 27 13:44:41 2013
;; MSG SIZE rcvd: 101
$ curl -I pp-web01.phx.mozilla.com -H "Host: mozilla-firefox.nl"
HTTP/1.1 301 Moved Permanently
Date: Wed, 27 Mar 2013 20:44:28 GMT
Server: Apache
X-Backend-Server: pp-web01
Location: https://www.mozilla.org/firefox/
Content-Type: text/html; charset=iso-8859-1
| Assignee | ||
Comment 4•13 years ago
|
||
domain transfer complete and redirect to mozilla.org/firefox in place.
$ curl -I mozilla-firefox.nl
HTTP/1.1 301 Moved Permanently
Server: Apache
X-Backend-Server: pp-web01
Vary: Accept-Encoding
Content-Type: text/html; charset=iso-8859-1
Date: Wed, 27 Mar 2013 23:27:10 GMT
Location: https://www.mozilla.org/firefox/
Transfer-Encoding: chunked
Connection: Keep-Alive
X-Cache-Info: cached
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Updated•7 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•