I\'m trying to get Rails going on Rackspace Servers and, unfortunately, they don\'t do support for Rails. I am using Apache and Passenger (no RVM) on Ubuntu. When I hit the server, I got the following
I\'m trying to user Phusion Passenger to host my Rails 3 app from Ubuntu 11.04. I installed the passenger apache2 module and followed the instructions for editing my apache2.conf file and everything.
I\'m struggling with send_file with rails 3.0.9 running ruby 1.9, passenger 3.0.8 on apache on ubuntu lucid
Our production server has a pool size of 9, but Passenger for some reason spawn more than one pool of 9 insta开发者_C百科nces!
I am upgrading an old Rails application to the most recent versions of Ruby, Rails, Authlogic, Passenger etc. The new version works OK with WEBrick, but I cannot get it to work with Apache2.2 and Pass
I have a fairly large sized rails server with many active messaging pollers talking to an ActiveMQ server.
It appears that only one passenger instance serves requests, the others just serve 502 errors. This causes an intermittent error pattern because only the requests that are directed to the second insta
Rails 3 on phusion passenger with apache on development server in routes.rb match \"/index.php\" => redirect(\"/\")
ive a peculiar consistent problem in production. im running rails3 + nginx with latest datamapper and ruby-enterprise
I\'v been banging my head for a day with Passenger i开发者_运维知识库nstallation in order to start to serve Ruby on Rails on my RHEL server.