Closed
Bug 857229
Opened 12 years ago
Closed 12 years ago
blog.allizom.org permalinks all returning 404s
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Infrastructure & Operations Graveyard
WebOps: Other
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: cturra, Assigned: cturra)
References
Details
(Whiteboard: u=x c=blog p=1)
filing so we don't lose track of it, but during the recent OneMozilla theme deployment :craigcook noticed that all permalinks in stage (blog.allizom.org) were returning http 404s.
it's probably just rewrite rules causing this.
Updated•12 years ago
|
Whiteboard: u=x c=blog p=1
Comment 1•12 years ago
|
||
Waking up this bug after a bit of a rest. We need to resurrect the demo blog from bug 843815 and blog.allizom still has broken permalinks. Anything beyond the top URL is unreachable.
I'm bumping up the priority as well. MWC Asia starts next week and we need the demo site restored before then. If someone can look into this bug today or tomorrow that would be sweet. Thanks!
Blocks: 843815
Severity: normal → major
Comment 2•12 years ago
|
||
Can we just back-port the current production stuff to stage? Anything in stage we need to preserve?
Dropping prio to stop paging.
Severity: major → normal
Comment 3•12 years ago
|
||
Sorry, thought only 'critical' sent pages.
We need to preserve the MWC Android Demo blog on stage that doesn't exist in prod (also need its theme, OneMozilla-MWC-Android-demo). If there's no way to keep that blog and its content then so be it, we'll just have to recreate it.
Comment 4•12 years ago
|
||
Hi guys, just wondering what status/next steps are on this one... Thank you!
Assignee | ||
Comment 5•12 years ago
|
||
i found the issue! there was a missing `RewriteEngine On` in the apache config :O fixed now :)
$ curl -I https://blog.allizom.org/mwc-android-demo/
HTTP/1.1 200 OK
Server: Apache
X-Backend-Server: generic1.stage.webapp.phx1.mozilla.com
Vary: Accept-Encoding
Content-Type: text/html; charset=UTF-8
Strict-Transport-Security: max-age=15768000 ; includeSubDomains
Date: Fri, 21 Jun 2013 22:09:54 GMT
X-Pingback: http://blog.allizom.org/mwc-android-demo/xmlrpc.php
Transfer-Encoding: chunked
Connection: Keep-Alive
X-Cache-Info: caching
Assignee: server-ops-webops → cturra
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
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
•