I have set PassengerPoolIdleTime to 0, with the expectation that this means I can \"warm\" up a bunch of passenger processes on my server, and the next time I have a burst of traffic (even if it is da
We have an environment running that uses Apache, Passenger and rails.The system is handling most request normally, yet certain requests do not make it to the rails application.For instance, a request
My Rails application crashes intermittently with the following message: /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.5/lib/active_support/multibyte/utils.rb:52: [BUG] gc_sweep(): unknown data
i am tryin开发者_运维问答g to deploy rails3 apps with the latest phusion passenger 2.2.11 and ruby-enterprise-1.8.7-2010.01. i am using bundler, but passenger seems to not be able to find the .bundle
I have a Rails application using with an authentication system using Restful Authentication without any modification.
I have a serious problem with one of our webservers... after having an internal alpha-testing with a mongrel/haproxy-cluster that worked well, we wanted to use nginx with passenger for our first produ
I am running a EC2 small instance as my production server. It has 1.7G memory. I noticed it uses almost all memory. However when I check top output, it looks like that only 30% is actually used. Did I
I use apache/passenger on my development machine, but need to add SSL support (something which isn\'t exposed through the control panel).I\'ve done this before in production, but for some reason I can
Is it p开发者_如何学编程ossible to change the Passenger application pool size at runtime? Ie, without restarting apache, and without disrupting active visitors?
I have two Rails apps that I want to serve with Passenger from the same domain. I would like requests to come in to one app, and if that app is not able to handle the request, for the request to be 开