Closed
Bug 1175603
Opened 10 years ago
Closed 10 years ago
Remove apache redirects for retired namespaces
Categories
(Websites :: wiki.mozilla.org, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
2015-Q3
People
(Reporter: ckoehler, Assigned: GPHemsley)
Details
(Whiteboard: [dev=2015-07-19] [stage=2015-07-19] [prod=2015-07-19])
Attachments
(1 file)
In preparation for disabling retired namespaces we have moved content from those namespaces to subpages. We also need to remove the apache-based redirects in place for those namespaces.
Right now we have conflicting redirects: Mediawiki redirects DocShell:Home Page to DocShell and apache redirects DocShell to DocShell:Home Page which no longer exists.
Here's an example of the redirects that need to be removed:
https://github.com/mozilla/wiki.mozilla.org/blob/production/tools/wiki-dev.allizom.org.conf#L70
We'll update the settings in that file and will need to coordinate with webops to ensure the correct lines are removed in the apache config on the generic cluster.
Assignee | ||
Comment 1•10 years ago
|
||
This removes the DocShell redirect from all the configuration files where it appears. (This change will need to be mirrored to the actual configuration files in use in production.)
Flags: needinfo?(jcrowe)
Attachment #8635090 -
Flags: review?(ckoehler)
Assignee | ||
Updated•10 years ago
|
Target Milestone: --- → 2015-Q3
Comment 2•10 years ago
|
||
Done on dev/stage/prod as described:
https://github.com/mozilla/wiki.mozilla.org/commit/f418ef2b5c64b7a18f5f14949f56e9d594bc62e1
Flags: needinfo?(jcrowe)
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → gphemsley
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Whiteboard: [dev=2015-07-18] [stage=2015-07-18] [prod=2015-07-18]
Version: unspecified → Production
Reporter | ||
Updated•10 years ago
|
Whiteboard: [dev=2015-07-18] [stage=2015-07-18] [prod=2015-07-18] → [dev=2015-07-19] [stage=2015-07-19] [prod=2015-07-19]
You need to log in
before you can comment on or make changes to this bug.
Description
•