Top "Passenger" questions

Passenger is an application server for Rack, Node.

How do I set up a Sinatra app under Apache with Passenger?

Let's say I have the simplest single-file Sinatra app. The hello world on their homepage will do. I want to …

ruby apache sinatra passenger rack
There is no tmp/restart.txt file in Rails app

I use Passenger to start my Rails app, but after I started Nginx, Rails app works fine, but I can't …

ruby-on-rails passenger
How do I setup ssl on a rails 4 app? (nginx + passenger)

I have a staging rails app running with passenger on nginx. I want to secure the connections with SSL. I …

ruby-on-rails ssl nginx passenger
Rails 4 - Background Image Appears in Localhost but not in production

I recently rewrote one of my Rails 3.2.13 applications to use Rails 4. I used twitter-bootstrap-rails 2.1.2 in my Rails 3 application. When I …

css ruby-on-rails background-image passenger
How do I configure `Access-Control-Allow-Origin` with rails, nginx and passenger?

I cannot get Access-Control-Allow-Origin to show up in Chrome - my ultimate goal is to configure CORS for fonts with …

ruby-on-rails nginx http-headers cors passenger
Passenger installation with nginx fails

I'm running an ubuntu 9.10 server on an amd-64 platform. Everything's pretty much standard, and I've got Sinatra 0.94 running on a …

ruby passenger failed-installation
Passenger on Windows

Is there any way to get Passenger running on a Windows machine? It doesn't appear so, but it seems like …

ruby-on-rails windows passenger
Nginx and passenger dependencies issue (Digital Ocean Deployment)

Im trying to follow this guide https://www.digitalocean.com/community/tutorials/how-to-deploy-a-rails-app-with-passenger-and-nginx-on-ubuntu-14-04 When I want to continue with …

ruby-on-rails nginx passenger
How to Install PCRE Development Headers on Mac OSX

I just upgraded my MacBook Pro to Mavericks and my local Ruby on Rails development environment isn't running straight off …

ruby-on-rails macos passenger pcre ruby-on-rails-2
Passenger: internal server error

I installed Apache, Passenger and Sinatra and deployed an app. It gives error when trying to access: An error occurred …

ruby sinatra passenger