Closed
Bug 288999
Opened 20 years ago
Closed 20 years ago
Set up DNS for feeds.spreadfirefox.com pointing to hornytoad
Categories
(mozilla.org Graveyard :: Server Operations, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: daryl, Assigned: justdave)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050223 Firefox/1.0.1 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050223 Firefox/1.0.1 Please set up feed.spreadfirefox.com and point it to hornytoad. I'll handle apache conf. In order to coincide with the security impending release of Firefox, this pretty much needs to happen today if at all possible. Sorry about the late notice -- I just learned about the need for it today. Reproducible: Always
| Reporter | ||
Comment 1•20 years ago
|
||
Sorry, typoed on name. We'd prefer plural feeds rather than singular feed if possible.
Summary: Set up DNS for feed.spreadfirefox.com pointing to hornytoad → Set up DNS for feeds.spreadfirefox.com pointing to hornytoad
| Assignee | ||
Comment 2•20 years ago
|
||
Done.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Comment 3•20 years ago
|
||
These addresses should not redirect; instead they should use mod_rewrite.
| Assignee | ||
Comment 4•20 years ago
|
||
(In reply to comment #0) > In order to coincide with the security impending release of > Firefox, this pretty much needs to happen today if at all possible. Sorry > about the late notice -- I just learned about the need for it today. Waitasec.... Is there a LiveBookmark being included in Firefox 1.0.3 that has this link in it? If so I do *not* want this on hornytoad. It'll implode. Let me know what you want configured on it and I'll throw it on the production webserver round-robin.
Status: RESOLVED → UNCONFIRMED
Resolution: FIXED → ---
| Reporter | ||
Comment 5•20 years ago
|
||
No, there's not a livebookmark for Firefox 1.0.3 for this as far as I know.
We're just doing a post about the feed tomorrow, and though I don't think
there'll be enough traffic out of the gate to cause major problems, I wanted to
be able to make a switch later if need be without having to ask people to change
their links. Hence the alias. If you still feel kind of iffy about it, we just
need to move /var/www/html/spreadfirefox.com/community/download_counter.php to
wherever you want this and to have the following (or similar) rewrite rules in
place:
RewriteRule ^/downloads/thunderbird$
http://feeds.spreadfirefox.com/download_counter.php?tb=1 [L]
RewriteRule ^/downloads/firefox$
http://feeds.spreadfirefox.com/download_counter.php?ff=1 [L]
RewriteRule ^/downloads/combined$
http://feeds.spreadfirefox.com/download_counter.php [L]
| Assignee | ||
Comment 6•20 years ago
|
||
OK, it's fine where it is then if it's just something you're posting a link to. You just scared me with mention of it having to be there before the release goes out. :)
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago → 20 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
•