0
votes
1answer
74 views

Nginx subdomain down issue

I have two rails app which are running on linode. OS is ubuntu, nginx server. The subdomain instance giving problem. It is getting down just after 1 day. On restarting the server, it is working fine. ...
2
votes
1answer
157 views

Premature end of script headers: media ( Issue related to :rails app deployment+passenger+ubuntu+apache)

i just setup a linode server and deploy my rails 3 app on it.its up and running.The problem is that some images are not showing up in the production.locally they are perfectly working.i double checked ...
1
vote
1answer
179 views

Ubuntu | Passenger | Rails - Could not find rake-0.9.2

I`ve managed to deploy the application to a Linode server, boot up apache & get to the index page. However everything beyond that throws the error below: Error message: Could not find rake-0.9.2 ...
0
votes
1answer
850 views

Passenger: Ruby (Rack) application could not be started

I'm trying to deploy my Ruby on Rails app on a Linode VPS with ArchLinux and I'm using Apache as web server. Here is the Passenger error: Error message: No such file or directory - config.ru ...
4
votes
4answers
945 views

Hosting a Rails Application on Linode

I'm planning to host a Rails application on Linode, but I'm still unsure about the requirements and process of deploying. I'm only getting the 512 plan since I'm expecting relative small traffic for ...
0
votes
2answers
356 views

Trouble deploying a Rails app (Linode, Passenger)

I'm a brand new Rails user, I'm following this tutorial- http://ruby.railstutorial.org/chapters/a-demo-app#top . Had no issues accessing the demo app (from Chapter 2) on the local server. However ...
0
votes
1answer
674 views

NGNX, Passenger, Rails “Resource temporarily unavailable while connecting to upstream”

Ruby 1.8.7, rails 3.0.1 The application has been running fine for over a year, and hasn't been updated in a week. However, all of a sudden going to the App returns a 503 error. The database ...
0
votes
0answers
631 views

linode, rails, apache, passenger - site pointing to example.com:3000 and not example.com

I signed up to linode recently with ubuntu 10.04, I used the following guides to get me started: General linode set up - http://library.linode.com/getting-started Apache installation - ...