DNS & Domain Name
|
|
Hello, I changed the DNS of my domain name for yours
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 |
|
|
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. |
|
|
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. |