Closed Bug 776313 Opened 12 years ago Closed 12 years ago

Categories

(Infrastructure & Operations :: Infrastructure: Other, task)

x86_64
Windows 7
task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: Callek, Assigned: jabba)

Details

So we used to never redirect away from ftp.mozilla.org for SeaMonkey when people go to the releases directory with the ftp hostname. I request/suggest we go back to that setup.

The redirect is in place for other products, rightly. But SeaMonkey has low download numbers that ftp.m.o should be able to handle all the traffic that would normally end up here.

The mirror redirect here makes it harder to identify both when we push to mirrors and get an old version if necessary.

(If I filed in the wrong place, please move for me.)
Assignee: server-ops → server-ops-infra
Component: FTP: Mirrors → Server Operations: Infrastructure
QA Contact: mrz → jdow
jabba@JabbaBookAir:~/svn/puppet/trunk/modules/webapp/files/ftp/etc-httpd/domains> svn diff ftp.mozilla.org.conf 
Index: ftp.mozilla.org.conf
===================================================================
--- ftp.mozilla.org.conf	(revision 43957)
+++ ftp.mozilla.org.conf	(working copy)
@@ -104,7 +104,7 @@
     RewriteRule ^(/pub/mozilla.org/firefox/releases/.*) http://releases.mozilla.org$1 [R]
     RewriteRule ^(/pub/mozilla.org/thunderbird/releases/.*) http://releases.mozilla.org$1 [R]
     #RewriteRule ^(/pub/mozilla.org/mozilla/releases/.*) http://releases.mozilla.org$1 [R]
-    RewriteRule ^(/pub/mozilla.org/seamonkey/releases/.*) http://releases.mozilla.org$1 [R]
+    #RewriteRule ^(/pub/mozilla.org/seamonkey/releases/.*) http://releases.mozilla.org$1 [R]
     RewriteRule ^(/pub/mozilla.org/camino/releases/.*) http://releases.mozilla.org$1 [R]
     #RewriteRule ^(/pub/mozilla.org/calendar/sunbird/releases/.*) http://releases.mozilla.org$1 [R]
     RewriteRule ^(/pub/mozilla.org/calendar/lightning/releases/.*) http://releases.mozilla.org$1 [R]
jabba@JabbaBookAir:~/svn/puppet/trunk/modules/webapp/files/ftp/etc-httpd/domains> svn ci -m "removing redirect for seamonkey, bug 776313"
Sending        domains/ftp.mozilla.org.conf
Transmitting file data .
Committed revision 43958.
jabba@JabbaBookAir:~/svn/puppet/trunk/modules/webapp/files/ftp/etc-httpd/domains> 


Puppet will push out over the next hour or so.
Assignee: server-ops-infra → jdow
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Component: Server Operations: Infrastructure → Infrastructure: Other
Product: mozilla.org → Infrastructure & Operations
You need to log in before you can comment on or make changes to this bug.