Closed Bug 1348389 Opened 7 years ago Closed 7 years ago

Stand up offsites of support.live.mm and support.mm with :sancus

Categories

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

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: Atoll, Assigned: Atoll)

References

Details

(Whiteboard: [kanban:https://webops.kanbanize.com/ctrl_board/2/4429])

We host two sites for Thunderbird live:

support.live.mozillamessaging.com
support.mozillamessaging.com

These were not included in the Thunderbird API bundle with bug 1341772. Convey them over to :sancus and resolve this bug when his clone infra is in place for them.
Whiteboard: [kanban:https://webops.kanbanize.com/ctrl_board/2/4429]
:sancus, the configs are below. Use your judgement on what to appropriate from them (and how to serve them at all, really :) and let me know when they're integrated with the rest of the cluster?

  # bug 963400
  <VirtualHost *:80 *:81>
    ServerName support.live.mozillamessaging.com
  
    ExpiresActive On
    ExpiresDefault "now plus 6 hours"
  
    <Location />
      RewriteEngine On
      RewriteRule .* http://support.mozillamessaging.com/ [R=302]
    </Location>
  
  </VirtualHost>


  # bug 977348
  <VirtualHost *:80 *:81>
      ServerName support.mozillamessaging.com
      RewriteEngine on
      RewriteCond %{REQUEST_URI} ^/kb/ask$
      RewriteRule (.*) https://support.mozilla.org/en-US/questions/new/thunderbird [L]
      RewriteCond %{REQUEST_URI} ^/([^/]+)/kb/ask$
      RewriteRule (.*) https://support.mozilla.org/%1/questions/new/thunderbird [L]
      RewriteCond %{REQUEST_URI} ^/([^/]+)/kb/category/20$
      RewriteRule (.*) https://support.mozilla.org/%1/products/thunderbird/how [L]
      RewriteCond %{REQUEST_URI} ^/kb/category/20$
      RewriteRule (.*) https://support.mozilla.org/products/thunderbird/how [L]
      RewriteCond %{REQUEST_URI} ^/kb/filelink-large-attachments$
      RewriteRule (.*) https://support.mozilla.org/kb/filelink-large-attachments [L]
      RewriteCond %{REQUEST_URI} ^/[^/]+/kb/.*
      RewriteRule (.*) https://support.mozilla.org$1 [L]
      RewriteCond %{REQUEST_URI} ^/kb/(.*)
      RewriteRule (.*) https://support.mozilla.org/kb/%1 [L]
      RewriteCond %{REQUEST_URI} ^/([^/]+)/home
      RewriteRule (.*) https://support.mozilla.org/%1/products/thunderbird [L]
      RewriteCond %{REQUEST_URI} ^/$
      RewriteRule (.*) https://support.mozilla.org/products/thunderbird [L]
  </VirtualHost>
Flags: needinfo?(sancus)
(In reply to Richard Soderberg [:atoll] from comment #1)
>   # bug 977348
>   <VirtualHost *:80 *:81>
>       ServerName support.mozillamessaging.com

      ServerAlias support.thunderbird.net
These have been added to my apache config and are working now in test condition:

https://support.sancus.ca
https://support.sancus.ca/kb/category/20 work as advertised above. They're just aliased to sancus.ca for testing, DNS will make them live just like everything else.
Status: NEW → RESOLVED
Closed: 7 years ago
Flags: needinfo?(sancus)
Resolution: --- → FIXED
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.