Closed Bug 544043 Opened 14 years ago Closed 14 years ago

etherpad.mozilla.com on port 80 is broken

Categories

(mozilla.org Graveyard :: Server Operations, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: Gavin, Unassigned)

References

()

Details

Was set up in bug 535820, and the original http://etherpad.mozilla.com:9000 URL works fine, but http://etherpad.mozilla.com on 80 links to localhost (and has a different, plainer welcome page).
(In reply to comment #0)
> and has a different, plainer welcome page

Because the page has a <base href=""> that points to localhost too, so the relative path to the CSS is invalid as well.
Summary: etherpad.mozilla.com points to http://localhost:9000/ep/pad/newpad → etherpad.mozilla.com on port 80 is broken
I don't want to fight with this thing too much but I found that if I commented out localhost in globals.js, it loads with a better welcome page.  

Still redirects to 9000 but I don't know if I care.

var SUPERDOMAINS = {
// 'localbox.info': true,
//  'localhost': true,
  'etherpad.com': true,
  'mozilla.org': true,
  'dm-etherpad01.mozilla.org': true,
  'etherpad.mozilla.org': true,
  'etherpad.mozilla.com': true,
  'lunch.mozilla.com': true,
  'lunch.mozilla.org': true
};
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Product: mozilla.org → mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.