Closed
Bug 676182
Opened 14 years ago
Closed 14 years ago
Login page is missing/broken/a 404 on new AMO trunk/dev staging server (https://addons-dev.allizom.org )
Categories
(mozilla.org Graveyard :: Server Operations, task)
mozilla.org Graveyard
Server Operations
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: stephend, Assigned: oremj)
References
()
Details
We were working on this with Jeremy earlier today, trying to switch our automated Selenium tests over to use https://addons-dev.allizom.org today, but hit a snag:
[22:02:34.115] GET https://addons-dev.allizom.org/en-US/firefox/users/login?to=%2Fen-US%2Ffirefox%2F%3Fbrowse%3Dfeatured [HTTP/1.0 404 Not Found 21203ms]
[22:05:32.423] GET https://addons-dev.allizom.org/en-US/firefox/users/login [HTTP/1.0 404 Not Found 21ms]
Three problems:
1) Taking a long time for the first GET
2) It's a 404 :-(
3) Why is it using HTTP 1.0? Why not HTTP 1.1, as is current:
[22:07:41.763] GET https://addons.mozilla.org/en-US/firefox/users/login?to=%2Fen-US%2Ffirefox%2F [HTTP/1.1 200 OK 9ms]
Comment 1•14 years ago
|
||
/users/login is trying to hit PHP (and it's ridiculously slow).
| Assignee | ||
Updated•14 years ago
|
Assignee: server-ops → jeremy.orem+bugs
| Assignee | ||
Comment 2•14 years ago
|
||
logins work now.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•10 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
•