Closed
Bug 408129
Opened 17 years ago
Closed 17 years ago
ussg (indiana) mirror sending people to ftp.m.o
Categories
(mozilla.org :: FTP: Mirrors, task)
mozilla.org
FTP: Mirrors
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bugzilla, Assigned: justdave)
References
()
Details
(Whiteboard: ETA Tues 12/18 AM)
$ curl -vsi 2>&1 >/dev/null "http://mozilla.ussg.indiana.edu/pub/" | grep -e "Location: " -e "302"
< HTTP/1.1 302 Found
< Location: http://ftp.mozilla.org/pub/mozilla.org/
Assignee | ||
Comment 1•17 years ago
|
||
more specifically:
$ curl -sI -H'Host: releases.mozilla.org' http://mozilla.ussg.indiana.edu/pub/
HTTP/1.1 302 Found
Date: Thu, 13 Dec 2007 06:08:44 GMT
Server: Apache
Location: http://ftp.mozilla.org/pub/mozilla.org/
Content-Type: text/html; charset=iso-8859-1
The Location: header should be pointing at releases.mozilla.org, not ftp.mozilla.org.
Assignee | ||
Comment 3•17 years ago
|
||
And got a response from indiana.edu's support. Config change should be pushed in their maintenance window this coming Tuesday.
Assignee | ||
Updated•17 years ago
|
Whiteboard: ETA Tues 12/18 AM
Assignee | ||
Comment 4•17 years ago
|
||
per Joe at IU, this is done.
and confirmed:
macbook:~ dave$ curl -sI -H'Host: releases.mozilla.org' http://mozilla.ussg.indiana.edu/pub/
HTTP/1.1 302 Found
Date: Tue, 18 Dec 2007 19:21:58 GMT
Server: Apache
Location: http://releases.mozilla.org/pub/mozilla.org/
Content-Type: text/html; charset=iso-8859-1
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•