Closed
Bug 534262
Opened 16 years ago
Closed 16 years ago
Update sm-personas01.mozilla.org
Categories
(mozilla.org Graveyard :: Server Operations, task)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: rdoherty, Assigned: fox2mike)
References
()
Details
Attachments
(2 files, 1 obsolete file)
Got a few config changes for sm-personas01.mozilla.org that need to get in before Tuesday's push for testing. Will attach files for changes.
1) Apache conf: new url
2) DB update: new column and default data insertion
3) Allow sm-personas01.mozilla.org/LOCALE/update_check/ID to be fetched over SSL. (LOCALE & ID are variables) Currently all urls except login/out (https://sm-personas01.mozilla.org/en-US/signin) redirect to http.
| Reporter | ||
Comment 1•16 years ago
|
||
| Assignee | ||
Comment 2•16 years ago
|
||
Not exactly critical? That'll page oncall in 8 hours.
Severity: critical → major
| Reporter | ||
Comment 3•16 years ago
|
||
(In reply to comment #2)
> Not exactly critical? That'll page oncall in 8 hours.
I did want it done today, so 8 hours seemed like the appropriate limit.
| Reporter | ||
Comment 4•16 years ago
|
||
Bumping back up to critical, this is a Firefox 3.6 feature and it needs to be tested on stage today & monday before the site's release on Tuesday. Thanks!
Severity: major → critical
Comment 5•16 years ago
|
||
The attached apache config only seems to be for /LOCALE/gettingstarted, but your comment indicates that it should be for LOCALE/update_check/ID, did you post the wrong attachment, or did you want both?
| Reporter | ||
Comment 6•16 years ago
|
||
new http conf addition, uploaded the wrong one, sorry!
Attachment #417136 -
Attachment is obsolete: true
| Assignee | ||
Updated•16 years ago
|
Assignee: server-ops → shyam
| Assignee | ||
Comment 7•16 years ago
|
||
apache config updated, SQL run :
mysql> alter table personas add column modified datetime not null;
Query OK, 58611 rows affected (1.92 sec)
Records: 58611 Duplicates: 0 Warnings: 0
mysql> update personas set modified = NOW();
Query OK, 58611 rows affected (0.90 sec)
Rows matched: 58611 Changed: 58611 Warnings: 0
| Assignee | ||
Comment 8•16 years ago
|
||
And https://sm-personas01.mozilla.org/en-US/update_check/11 seems to return information, text/plain though.
All done.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 9•16 years ago
|
||
(In reply to comment #8)
> And https://sm-personas01.mozilla.org/en-US/update_check/11 seems to return
> information, text/plain though.
>
> All done.
Ryan, shouldn't it be application/json?
| Reporter | ||
Comment 10•16 years ago
|
||
(In reply to comment #9)
> Ryan, shouldn't it be application/json?
Will be once I remove my debug code :)
| Reporter | ||
Comment 11•16 years ago
|
||
Fixed!
| Reporter | ||
Comment 12•16 years ago
|
||
re-opening, https://sm-personas01.mozilla.org/en-US/update_check/11 redirects to plain http, instead of httpS
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Reporter | ||
Comment 13•16 years ago
|
||
(In reply to comment #12)
> re-opening, https://sm-personas01.mozilla.org/en-US/update_check/11 redirects
> to plain http, instead of httpS
Fixed, https urls work now.
Status: REOPENED → RESOLVED
Closed: 16 years ago → 16 years ago
Resolution: --- → FIXED
Verified FIXED; thanks! -- served with application/json.
Status: RESOLVED → VERIFIED
Updated•11 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•