DNS & Domain Name

Subscribe to DNS & Domain Name 3 posts, 2 voices

 
Avatar bolo 21 posts

Hello,

I changed the DNS of my domain name for yours

Domain Name: UAG-HISTOIRE.COM
Registrar: GANDI
Whois Server: whois.gandi.net
Referral URL: http://www.gandi.net
Name Server: NS4.PLANETARGON.COM
Name Server: NS3.PLANETARGON.COM
Name Server: NS1.XNAME.ORG
Name Server: NS0.XNAME.ORG
Status: REGISTRAR-LOCK
EPP Status: clientTransferProhibited
Updated Date: 08-Nov-2006
Creation Date: 04-Nov-2006
Expiration Date: 04-Nov-200

But when i checked it you ‘ll see a 503 error http://www.uag-histoire.com

Why ?

Ps: Where Can i find a template of deploy.rb ? Thanks You

 
Avatar Daniel Johnson 22 posts

The typical Ruby on Rails setup that we host requires that apache proxy to lighttpd, pound, or mongrel running on a private port. A 503 error means that there isn’t anything responding when apache tries to connect to that port. Essentially it means that there isn’t a Ruby on Rails application running. I just setup a custom error page to load for your site that explains what is going on better, and I put it in errors/503/error.php. I am working on setting this up as the default configuration for new domains.

 
Avatar Daniel Johnson 22 posts

Ah I finally have a fix for this working, but only on positron with new domains. Hopefully I will get the other servers patched on Monday.