Top "Passenger" questions

Passenger is an application server for Rack, Node.

Is it possible to change Passenger Ruby version without recompiling?

I tried changing the default ruby command to 1.9.2 but Passenger keeps running 1.8.7 Is Passenger compiled with Ruby embedded?

ruby-on-rails ruby deployment passenger
How can I stop phusion passenger standalone?

I don't know how to stop phusion passenger standalone. I have 2 instances running one at port 8000 and other at 8001. Can …

ruby-on-rails ruby passenger phusion
ActionView::Template::Error (incompatible character encodings: UTF-8 and ASCII-8BIT)

I am using Ruby 1.9.2, Rails 3.0.4/3.0.5 and Phusion Passenger 3.0.3/3.0.4. My templates are written in HAML and I am using the MySQL2 …

ruby-on-rails ruby ruby-on-rails-3 passenger ruby-1.9.2
Phusion Passenger is throwing errors after upgrading Ruby and Rails using rvm

I recently upgraded my Rails setup to 3.1.3 and I'm having issues with Phusion Passenger loading an older app on this …

ruby-on-rails ruby ruby-on-rails-3.1 rvm passenger
why did gitlab 6 switch back to unicorn?

Gitlab 6.0 was released yesterday. I am curious to know why they switched to Unicorn from Puma. Versions prior to 5 were …

ruby-on-rails passenger unicorn gitlab puma
How do I restart phusion passenger?

rails@george:/srv/fsg_distro$ sudo passenger-status *** Phusion Passenger: no passenger_native_support.so found for the current Ruby interpreter. …

ruby-on-rails passenger mod-rails
Why does Passenger says that my gem 'json' can't be found, when my gem list shows it?

I got the following error message with phusion passenger for Ruby on Rails on my Apache server : It looks like …

ruby-on-rails-3.2 rvm passenger gemset
standard way to disable X-powered-by header in Passenger?

I couldn't find any way to disable Passenger's X-Powered-By header: X-Powered-By: Phusion Passenger (mod_rails/mod_rack) 3.0.11 Is it possible …

ruby http-headers passenger
Passenger: cannot load such file rubygems/builder

I was trying to install passenger with Apache2 and ruby 2.0, and I had this line of error when I am …

ruby apache passenger
sinatra config.ru: what is the configure block for?

I'm using Sinatra with Apache and Phusion-Passenger with "classic" style: # config.ru require 'sinatra' configure do .... end require './app' …

ruby configuration sinatra passenger