Closed
Bug 650908
Opened 14 years ago
Closed 14 years ago
Setup Zeus to serve https?://stage-share.services.mozilla.com/
Categories
(Cloud Services :: Server: Share, defect)
Cloud Services
Server: Share
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: gozer, Assigned: petef)
References
Details
Zeus needs to serve http:// and https:// traffic to stage-share.services.mozilla.com.
http:// requests can just be redirected to https://, as everything in share should be served over https:// for now.
Traffic should be forwarded/load-balanced to the box(es) setup in bug 650907 to port :81, where the Share server API will be listening to.
Reporter | ||
Updated•14 years ago
|
Summary: Setup Zeus to server https?://stage-share.services.mozilla.com/ → Setup Zeus to serve https?://stage-share.services.mozilla.com/
Assignee | ||
Comment 1•14 years ago
|
||
created traffic ip grooup:
* stage-share 10.250.65.80 (this is where the external VIP will nat 80/443 to)
created 2 pools:
* stage-share (backend: share1.mtv1.stage:81)
* stage-share-oauth (backend: share2.mtv1.stage:81)
created 1 virtual server:
* stage-share HTTP, port 443, ssl, default pool stage-share (currently *disabled*)
** added trafficscript rule to redirect requests with header "X-Share: oauth" set (need to tweak to real header/value)
Assignee: nobody → petef
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•