Top "Passenger" questions

Passenger is an application server for Rack, Node.

Monit will not stop script with kill command

I am using monit to monitor several process. These process include passenger instances and a daemon I wrote to generate …

passenger monit
Nginx: Welcome to nginx! page keeps showing

I've been trying for more than a day now to make Nginx and Passenger work for my Rails app, but …

ruby-on-rails ubuntu nginx passenger
Rails on Passenger not recognizing RVM

I have shifted to ree using rvm by: rvm use ree@mygemset and installed kaminari gem through Gemfile and bundle …

ruby-on-rails passenger rvm
Gitlab: Problems running Unicorn, Resque with Passenger/Nginx

I have installed a Gitlab on a brand new Ubuntu (10.04) and it is working almost correctly. Gitlab is reachable on …

nginx passenger resque unicorn gitlab
After ruby update to 2.5.0, require 'bundler/setup' raise exception

Call rake from rails app after ruby 2.5.0 update, does not work. $ rake Traceback (most recent call last): 22: from ./bin/rake:4:…

ruby-on-rails ruby passenger
Rails 500 Error: application.css isn't precompiled

I've got Rails running on Passenger with Apache on an Ubuntu linux box (ve) Server from Mediatemple. My app is …

ruby-on-rails apache passenger precompiled
uninitialized constant ActionDispatch::Session::EncryptedCookieStore (NameError)

i'm on rails 4 with passenger. everything was working great until i did a bundle just now. now i'm hitting the …

ruby-on-rails passenger session-cookies
Ruby on Rails 3 + Apache2 + Phusion Passenger: Bundler::GemNotFound exception

I'm trying to deploy a Rails app on an Apache2 server by using Phusion Passenger. While everything works well locally, …

ruby-on-rails ruby apache2 bundler passenger
I have to restart Apache every time I change my Rails code

I'm running Rails 3 with Apache and Passenger. Ever since I switched from Mongrel to Passenger I find that I have …

ruby-on-rails apache ruby-on-rails-3 passenger
Rails 3 - development errors in production mode

Im using Rails, Passenger (both are 3.0.5) and Nginx on my production server. As I heard, Rails should show public/404.html …

ruby-on-rails passenger production