Closed
      
        Bug 886604
      
      
        Opened 12 years ago
          Closed 12 years ago
      
        
    
  
create crash-stats-php.m.o  
    Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Tracking
(Not tracked)
        RESOLVED
        FIXED
        
    
  
People
(Reporter: lonnen, Unassigned)
References
Details
Create crash-stats-php.m.o pointing to the current php server for crash-stats. 
Later this week we would like to make crash-stats point at what is now crash-stats-django. We'd like to have -php around to provide a fallback for a few weeks after the switch.
| Comment 2•12 years ago
           | ||
crash-stats-php.mozilla.org should point to the current site production site (PHP):
host crash-stats.mozilla.org
crash-stats.mozilla.org is an alias for static-redirect.zlb.phx.mozilla.net.
static-redirect.zlb.phx.mozilla.net has address 63.245.217.20
static-redirect.zlb.phx.mozilla.net has IPv6 address 2620:101:8008:5::2:7
|   | ||
| Comment 3•12 years ago
           | ||
Do you just need a DNS change here?
|   | ||
| Comment 4•12 years ago
           | ||
So for documentation sake...
Right now crash-stats.mozilla.org is simply:
<VirtualHost *:80 *:81>
   ServerName crash-stats.mozilla.org
   Redirect permanent / http://crash-stats.mozilla.com/
</VirtualHost>
and:
crash-stats.mozilla.com has address 63.245.217.80
So I will put in a DNS record like:
crash-stats-php.mozilla.org A 63.245.217.80
and a:
'ServerAlias crash-stats-php.mozilla.org' in the current .com Vhost file
On an related note the new Django site is already set up like:
port 80 namevhost crash-stats.mozilla.org
alias crash-stats-django.mozilla.org
and so when we cut over to the new site we will need to remove the above 'Redirect permanent' from .org -> .com and if you still wish for .com to work we will need to add a redirect specifically to go that way (reverse of current). FYI this is in:
puppet/trunk/files/generic/httpd-static/etc-httpd/conf/domains/virtual-redirect.mozilla.org.conf
Also to document the question about SSL certs from IRC, the current cert is valid for 'crash-stats.mozilla.com' ONLY. If you go to .org currently you will generate a certificate error. A new bug will need to be filed for a .org cert (preferably 2 working days) prior to launch.
I will update this bug again when this -php.m.o alias is in place.
|   | ||
| Comment 5•12 years ago
           | ||
The configurations are in place and the c-s-php.m.o alias is up and running.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
| Reporter | ||
| Comment 6•12 years ago
           | ||
woo! thanks!
| Updated•12 years ago
           | 
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
| Updated•6 years ago
           | 
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
          You need to log in
          before you can comment on or make changes to this bug.
        
Description
•