Top "Passenger" questions

Passenger is an application server for Rack, Node.

cannot load such file -- bundler/setup (LoadError)

I'm setting Rails 4 application with Ruby 2.0, but I'm getting "Web application could not be started" and get this trace: cannot …

rubygems ruby-on-rails-4 passenger ruby-2.0
Ruby on Rails Server options

The whole issue of setting up a development server for my Ruby on Rails application confuses me. There are WEBrick, …

ruby-on-rails apache passenger mongrel
Is it possible to put binary image data into html markup and then get the image displayed as usual in any browser?

It's an important security issue and I'm sure this should be possible. A simple example: You run a community portal. …

html security image apache2 passenger
We're sorry, but something went wrong. - with Rails, Apache, Passenger

I have Rails 3.2.3 with Apache and Passenger. I have a project working in development mode. When I switch the project …

ruby-on-rails apache passenger webrick
"Incomplete response received from application" from nginx / passenger

I tried to deploy my rails app on nginx and ubuntu via capistrano like the tutorial on the page https://…

ruby-on-rails nginx passenger
Error while loading shared libraries: 'libpcre.so.0: cannot open shared object file: No such file or directory'

I just installed Passenger 3.0.11 and nginx and got this error: Starting nginx: /opt/nginx/sbin/nginx: error while loading shared …

nginx ruby-on-rails-3.1 passenger
Nginx configuration leads to endless redirect loop

So I've looked at every sample configuration I could find and yet every time I try and view a page …

ssl nginx ruby-on-rails-3 passenger
Setting up Rails app on Apache with passenger - Rails doesn't seem to load

I am trying to set up Rails on a Ubuntu instance by following along with documentation such as https://help.…

ruby-on-rails ruby ruby-on-rails-3 apache passenger
Apache's limit to POST request size

Is there any limit of the POST request size in apache? What is the default value of this limit and …

ruby-on-rails ruby-on-rails-3 apache post passenger
When to restart and not reload Nginx?

When is it necessary to restart nginx and reload will not suffice? Does it make a difference if an extension …

nginx deployment passenger