passenger Questions

2

Solved

All Rails applications are working just fine until today. I am not sure if someone changes the settings on this machine. However does anyone know what could be the fix for this? Details: Centos ...
Lowman asked 10/5, 2012 at 7:36

4

My rails app with apache + passenger works just fine at the beginning. However, after running for a while, I encountered following error: The application spawner server exited unexpectedly: Unexpe...
Palatalized asked 16/5, 2011 at 3:8

1

Solved

I'm trying to run flask on a server with passenger. This is my passenger_wsgi.py file: import sys, os INTERP = os.path.join(os.environ['HOME'], 'flask_env', 'bin', 'python') if sys.executable != I...
Tertian asked 22/2, 2014 at 0:34

1

I searched on the internet for a while now and I don't find a solution so I am asking here: My question is, why is this file (/etc/init.d/nginx) not executeable? I was following the tutorial of Al...
Sg asked 25/1, 2014 at 8:23

1

Solved

Running a pretty sizable rails app, we've recently gotten around to upgrading it to rails 3. Our stack is ruby-1.9.3p484, rails 3.2.16 and passenger 4.0.23 running on top of apache. After throwin...

2

Solved

My rails app will only display the public directory when I go to the url. I'm using apache, passenger and ubuntu. My apache virtualhosts file is; <VirtualHost *:80> ServerName www.phusion.n...

2

Solved

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 rewrote the Rails 4 version it started using version 2....
Hazzard asked 19/10, 2013 at 1:18

5

Solved

EDIT -- the solution I posted below probably applies to any server (Nginx/Apache/anything else), because this header is set in Rails itself. Anyone know where the "X-Runtime" header can be remov...
Freemon asked 12/6, 2009 at 1:34

5

Solved

I have done a Phusion Passenger setup on Ubuntu 10.04, with Apache2. Whenever I restart the Apache server I got the following error message, and the Rails application is not running. [error] *** P...
Monaghan asked 24/2, 2012 at 6:57

2

I've deployed my site to its testing location, but I'm not sure where I set what the RAILS_ENV should be for this server. Where should I look?
Bonaventura asked 29/9, 2013 at 22:7

1

Solved

I've been trying for more than a day now to make Nginx and Passenger work for my Rails app, but all I ever get is: The Nginx welcome page. Why? I have installed Nginx in the default location /opt/...
Escapism asked 29/12, 2013 at 10:13

1

We are running a website with ROR on CentOS 6 with 2 web server and 1 database server. Some times it shows message "The website is under heavy load"... Can some plese help you what to check here. ...
Caracole asked 12/12, 2013 at 7:12

3

Solved

I am trying to run the passenger-install-apache2-module command and I keep getting this error: ext/apache2/mod_passenger.c:25:10: fatal error: 'httpd.h' file not found Not sure what happened to i...
Oxley asked 23/10, 2013 at 13:31

4

Solved

I just upgraded from Rails 3.0.3 to 3.2.1. The upgrade went smoothly on my Mac but I'm having trouble getting a 3.2.1 instance of my app running on my Ubuntu production server. The error I'm gettin...
Malaguena asked 28/2, 2012 at 21:36

2

I've got a server that predominantly runs Ruby 1.8.7, but now I have a Rails 3.2 app that needs 1.9.3. I've installed Passenger 4 as it supports the ability to run multiple Rubies on a per-virtual ...
Trunkfish asked 23/3, 2013 at 2:32

2

Solved

I use the passenger spawned by nginx. There are many other rails applications on the server that uses passenger (each has own virtual host in nginx). I can restart the Rails/Nginx/Passenger applic...
Heavenward asked 22/10, 2013 at 18:43

1

I'm getting below in my production server: Started GET "/" for 101.160.190.206 at 2013-09-05 00:11:28 +1000 Processing by HomeController#index as HTML Rendered home/index.html.erb within layouts/...
Baecher asked 4/9, 2013 at 14:20

1

Solved

A/c to http://wiki.nginx.org/CoreModule#user master process used to run with root user, is it possible to run nginx mater process with different user?
Motherinlaw asked 27/8, 2013 at 13:2

2

I can't find any simple examples for using Rack::Session::Cookie and would like to be able to store information in a cookie, and access it on later requests and have it expire. These are the only...
Cuirass asked 20/8, 2013 at 3:52

4

Solved

How would I go about running two separate Rails applications using Phusion Passenger with one using Ruby 1.8.x and the other using Ruby 1.9.x ? I'm running Redmine which isn't Ruby 1.9.x compatible...
Fallal asked 18/8, 2009 at 0:10

2

Solved

I wonder, in general is it more like PHP (it loads into memory, executes, and dies for each connect). Or it like Node.js (single instance stays in memory and accepts all requests)
Pharyngitis asked 17/7, 2013 at 17:53

4

Solved

I searched the site already but couldn't find any suitable information. As there is always some expert around I'm sure one of guys knows exactly what I'm searching for :-) We're on a balanced syst...
Willmert asked 29/5, 2009 at 7:7

1

Solved

I have a rails app running on debian with apache2 + passenger but I get this message from passenger: Error message: Could not find rake-10.0.4 in any of the sources (Bundler::GemNotFound) The s...
Presidium asked 18/4, 2013 at 8:33

2

Solved

So, I'm going a little mad trying to work out why I'm getting this error. Probably serves me right for taking the Bitnami shortcut for installing Spree. I get the following error after trying to ...
Miele asked 12/6, 2013 at 15:22

2

Solved

We need to deploy a rails 3.2.12 app to sub uri nbhy on a ubuntu 12.04 server. The rails app has 3 engines and one of them is authentify which is for user authentication. The main app's root pointi...
Arthritis asked 13/5, 2013 at 22:28

© 2022 - 2024 — McMap. All rights reserved.