Closed
Bug 343977
Opened 19 years ago
Closed 19 years ago
pfs.mozilla.org needs to be migrated to new code.
Categories
(addons.mozilla.org Graveyard :: Plugins, defect)
addons.mozilla.org Graveyard
Plugins
Tracking
(Not tracked)
RESOLVED
FIXED
2.0
People
(Reporter: morgamic, Assigned: oremj)
References
Details
Currently the pfs.mozilla.org code that is running in production is a proxy that heads to iguana, where the v1 code in /plugins/ (index.php and PluginFinderService.php) serve up PFS bits.
This needs to be adjusted to instead use the pfs code in v2, which has been rewritten to make use of caching and will be easier to update since it all uses templates.
The move from v1 to v2, in terms of what files do what:
* v1/plugins/index.php -> v2/public/htdocs/plugins.php
* v1/plugins/PluginFinderService.php -> v2/public/htdocs/pfs.php
There are multiple things that would need to happen in order to perform the migration, most of which would occur in our Apache configurations:
* Remove proxy to Iguana for all pfs.mozilla.org requests
* Add pfs.mozilla.org as a domain on the cluster
* Send pfs.mozilla.org requests to v2's pfs.php
* Send all pfs.mozilla.org/plugins requests to v2's plugins.php
* Send all addons.mozilla.org/plugins/ or /plugins requests to plugins.php
As this might take a bit of coordination I wanted to create this meta bug for it. If you guys know of any other steps that would need to happen, please add them here -- I only have a limited understanding of what's going on in our Apache configs since I don't have access to them.
Updated•19 years ago
|
Assignee: morgamic → server-ops
Updated•19 years ago
|
Assignee: server-ops → aravind
Updated•19 years ago
|
Severity: critical → major
| Assignee | ||
Updated•19 years ago
|
Assignee: aravind → oremj
| Assignee | ||
Comment 1•19 years ago
|
||
PFS has been migrated.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•