passenger Questions
2
Solved
For the life of me I can't figure out how to make this work properly.
The problem is similar to what others have, such as: How to do a rolling restart of a cluster of mongrels
We, however, are us...
Arapaho asked 7/7, 2011 at 15:15
2
Solved
Is it possible to upgrade Phusion Passenger to a newer version when it is already running (with Nginx in my case)?
I installed Passenger 4.0.0.rc6 using passenger-install-nginx-module. My Nginx co...
Quarterback asked 12/5, 2013 at 12:44
1
I'm trying to get my rails app running under passenger and am stuck at the following error.
rake aborted!
Invalid CSS after " *": expected "{", was "= require found..."
(in /home/hubtrackadmin/hu...
Manhunt asked 10/5, 2013 at 14:9
3
Solved
Unicorn has OobGC rack middleware that can be used to run GC.start after a certain number of requests.
Is there a similar sort of thing in Phusion Passenger?
Volume asked 3/6, 2011 at 0:52
1
Solved
Due to slow performance of the site, I started looking info Varnish as a caching solution and have some questions about Google Analytics.
When there are 5K active users on the site (according to ...
3
Solved
I have Nginx with Passenger. In nginx.conf I have line:
user pass users;
and Nginx process works on 'pass' user, but Passenger* processes work on 'nobody' user.
I can run Passenger standalone:
...
Nickolai asked 2/6, 2011 at 13:8
1
Solved
i'm on rails 4 with passenger. everything was working great until i did a bundle just now. now i'm hitting the following error:
Web application could not be started
uninitialized constant ActionD...
Platinic asked 5/4, 2013 at 22:10
2
I have installed a Gitlab on a brand new Ubuntu (10.04) and it is working almost correctly. Gitlab is reachable on HTTP, I can push/pull data via git to the server. There is one thing missing thoug...
6
Solved
I am currently writing an application that pulls new information from RSS sources and has to update those RSS sources in a certain frequency. Currently I am pulling only when the user requests a fe...
Rogerrogerio asked 17/1, 2010 at 6:31
6
I've just moved my rails app from the development to deployment server.
I've installed passenger, but I wanted to try with rails s to make sure all was running fine (this is the first time I develo...
Hersh asked 11/5, 2012 at 14:4
3
Solved
We just migrated from passenger to unicorn to host few rails apps.
Everything works great but we notice via New Relic that request are queuing between 100 and 300ms.
Here's the graph :
I have ...
Amoral asked 30/3, 2012 at 22:23
4
Solved
I'm planning to host a Rails application on Linode, but I'm still unsure about the requirements and process of deploying. I'm only getting the 512 plan since I'm expecting relative small traffic fo...
Leesa asked 7/8, 2012 at 3:38
3
Solved
With so many choices for the application server (Passenger, Thin, Unicorn, Mongrel, Puma and Rainbows!), I'm wondering what would be appropriate for the following scenario:
Rails is used purely fo...
Haricot asked 14/2, 2013 at 12:55
2
Last week we upgraded a small project which was running on Rails 3.0.1 to Rails 3.2.2.
Shortly after the upgrade we recognized that occasionally, 2-3 times a day, we're seening a huge Phusion Pass...
Verla asked 29/2, 2012 at 13:32
2
Solved
I was trying to install passenger with Apache2 and ruby 2.0, and I had this line of error when I am doing:
passenger-install-apache2-module
Error:
--------------------------------------------
...
2
Solved
I wrote a demo HelloWorld Rails app and tested it with WEBrick (it doesn't even use a DB, it's just a controller which prints "hello world"). Then I tried to deploy it to a local Apache powered wit...
Horseplay asked 9/3, 2012 at 14:19
6
Solved
i am trying to deploy rails3 apps with the latest phusion passenger 2.2.11 and ruby-enterprise-1.8.7-2010.01. i am using bundler, but passenger seems to not be able to find the .bundle dir.
error ...
Oran asked 22/3, 2010 at 17:34
1
Solved
I'm using Sinatra with Apache and Phusion-Passenger with "classic" style:
# config.ru
require 'sinatra'
configure do
....
end
require './app'
run Sinatra::Application
I want to define some t...
Littlefield asked 18/1, 2013 at 23:33
3
Solved
I am using Capistrano to deploy my Rails application. whenever I deploy, changes would not be reflected on the browser, and I still need to restart nginx to update the site (running sudo /etc/init....
Lozier asked 13/8, 2012 at 17:49
2
Solved
I want to deploy multiple rails app on a single server. If I had a domain name, I would have easily done that using subdomains as server name in virtual hosts.
My problem is that I do not have a d...
Rolfe asked 13/10, 2010 at 9:52
1
Solved
I'm just trying to setup my first rails server - on Ubuntu 12.04. I installed rbenv (as user: deployer with groups sudo and admin). Now trying to install passenger according to their docs.
I run p...
Surrender asked 12/12, 2012 at 21:51
1
Solved
I have a problem running a Ruby on Rails application using Passenger. My application resides in the /Users/Glutexo/Práce/Bytek/Bytek directory, which you can see has a non-ASCII character in in (á)...
Garygarza asked 16/4, 2012 at 14:23
2
Solved
Passenger Error: The application spawner server exited unexpectedly: Unexpected end-of-file detected
This was working just the other day, but I just updated my code to the review server which runs Passenger 2.2.4 and my 2.3.4 rails app now can't boot on that box.
Passenger reports:
Passenger enc...
Raines asked 15/9, 2009 at 21:27
7
Solved
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 1.8 installation. I want to install passenger in order to eas...
Endodontics asked 9/2, 2010 at 0:16
1
Solved
I'm trying to install Phusion Passenger to launch a RoR app on an AWS stack with Amazon Linux 64 bit.
When Passenger checks for required software I'm getting the following error:
Curl development...
Trouvaille asked 9/9, 2012 at 2:11
© 2022 - 2024 — McMap. All rights reserved.