Top "Passenger" questions

Passenger is an application server for Rack, Node.

Slow initial server startup when using Phusion Passenger and Rails

To jump on the band-wagon of Phusion Passenger we've setup a staging server for a small rails app to test …

ruby-on-rails deployment passenger phusion
Setting the Ruby on Rails application environment using Capistrano on Phusion Passenger

I have 2 environments, production and staging, and I am using Capistrano with capistrano-ext gem. When I deploy to staging using …

ruby-on-rails deployment passenger capistrano
Nginx unknown directive for passenger_root

I'm running into an error when I try to restart the server. I don't know how to fix this. deploy@…

nginx passenger
How to start passenger in production environment?

I'm starting the Rails 3 application with the following command: passenger start -a 0.0.0.0 -p 3000 -d but how do I tell passenger …

ruby-on-rails ruby-on-rails-3 production-environment passenger
Where is the Phusion Passenger config file?

Where is the Apache module installed for Phusion Passenger? I want to adjust some of the config values found in "…

nginx passenger
How can I find Phusion Passenger version?

How can I find my Phusion Passenger version? is there a command i can run from the terminal?

ruby-on-rails ruby deployment passenger
Rails file upload size limit

Does anyone know a good solution to limit the file upload size when running a Rails application with Passenger/mod_…

ruby-on-rails passenger mod-rails
Sidekiq worker not getting triggered

I am using Sidekiq for my background jobs: I have a worker app/workers/data_import_worker.rb class DataImportWorker …

ruby-on-rails ruby nginx passenger sidekiq
Running migration on server when deploying with capistrano

I'm trying to deploy my rails application with capistrano, but I'm having some trouble running my migrations. In my development …

ruby-on-rails migration rake capistrano passenger
Phusion passenger-status: what value for passenger_instance_registry_dir?

I've done a new install of nginx 1.6.3 and passenger 5.0.15 on Ubuntu 14.04 from source in order to add tracing components from …

ruby-on-rails nginx passenger ubuntu-14.04