Closed
Bug 1274647
Opened 9 years ago
Closed 9 years ago
Redirect Ask.mozilla.org to a new URL
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Infrastructure & Operations Graveyard
WebOps: Other
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mhoye, Assigned: rwatson)
Details
(Whiteboard: [kanban:https://webops.kanbanize.com/ctrl_board/2/3003] )
As soon as the boilerplate text is in place, I'd like to redirect ask.mozilla.org from it's current target to this forum on the Mozilla community discourse forum:
https://discourse.mozilla-community.org/c/firefox-development
After that we can discontinue the askbot instance and shut that down, and there will be much rejoicing.
This is dependent on some boilerplate for discourse and a blog post being put up. As a first step, I'd like to know how long this will take and how far ahead you'll need to plan; I suspect that's "not much" and "not much" respectively, which would be good. Once I know, I'll get that copy up and we can turn both keys at the same time, or however that works.
| Assignee | ||
Updated•9 years ago
|
Assignee: server-ops-webops → rwatson
| Assignee | ||
Comment 1•9 years ago
|
||
* Added SSL pin to our zeus load balancer
* Pointed ask.mozilla.org to > static.external.zlb.scl3.mozilla.com (Zeus load balancer)
* Which then points to our static redirect cluter:
* added following redirect:
<VirtualHost *:80 *:81>
ServerName ask.mozilla.org
RewriteEngine On
RewriteRule ^/.*$ https://discourse.mozilla-community.org/c/firefox-development/? [R=307]
</VirtualHost>
| Assignee | ||
Comment 2•9 years ago
|
||
Looks good in the browser and CLI
curl -I ask.mozilla.org
HTTP/1.1 307 Temporary Redirect
Server: Apache
X-Backend-Server: pp-web02
Vary: Accept-Encoding
Content-Type: text/html; charset=iso-8859-1
Date: Tue, 24 May 2016 16:34:58 GMT
Location: https://discourse.mozilla-community.org/c/firefox-development/
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Updated•6 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
•