Closed
Bug 562732
Opened 15 years ago
Closed 15 years ago
Please change moff redirects to be proxy redirects
Categories
(mozilla.org Graveyard :: Server Operations, task)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: mozilla, Assigned: justdave)
References
()
Details
Attachments
(1 file)
|
62.65 KB,
image/png
|
Details |
Sorry for this -- the redirects on moff.m.c (/dists and /maemo) looked good to me, but on the N900 they're causing issues.
Can you change these to be proxy redirects? (mod_rewrite [P]) -- I *think* this will fix it. Basically, I want the redirects to redirect without notifying the client that it's hitting a different path. Currently if you hit moff.m.c/dists or moff.m.c/maemo it shows that you're getting contents from a different location.
Our other solution could be softlinks. I'm avoiding this because we already have a mobile/releases/maemo that will need to be moved, along with our bouncer links and blog/release announcement href links, if we rename that.
Comment 2•15 years ago
|
||
This is pretty bad, can we get this fixed quickly?
| Assignee | ||
Updated•15 years ago
|
Assignee: server-ops → justdave
| Assignee | ||
Comment 3•15 years ago
|
||
This should do the trick:
- Redirect /maemo http://moff.mozilla.com/latest/maemo/
- Redirect /dists http://moff.mozilla.com/latest/maemo/multi/dists/
+ Alias /maemo /data/www/moff.mozilla.com/latest/maemo
+ Alias /dists /data/www/moff.mozilla.com/latest/maemo/multi/dists
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 4•15 years ago
|
||
For whatever it's worth, I notice there's a physical maemo directory in the docroot which is not the same as latest/maemo, and is currently inaccessible (and has been since those redirects were put in place). I'm guessing that's probably okay, but just thought it'd be worth pointing out, because the existence of that directory is mostly useless at the moment.
| Reporter | ||
Comment 5•15 years ago
|
||
Thanks Dave!
Trying to track down people to verify.
And yes, the maemo directory in docroot is accessed via ftp.m.o and/or bouncer, and the install files reference moff.m.c (but not moff.m.c/maemo), so we should be good here.
| Reporter | ||
Comment 6•15 years ago
|
||
Status: RESOLVED → VERIFIED
| Assignee | ||
Comment 7•15 years ago
|
||
ah, looking at that thread (which explains more than it did here) I think the trailing slash on the redirects that were previously in place is what broke them.
But as the current setup with the aliases works, there's probably no point in messing with it now.
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
•