Questions tagged [phusion]

128 questions
0
votes
1 answer

Does runit reap orphan processes?

I am writing a small Docker container based on Phusion baseimage which provides runit out of the box. I put Cassandra and Opscenter agent in my container. Both are started as service under /etc/service (as in the doc). This blog post mentions that…
stackoverflower
  • 3,885
  • 10
  • 47
  • 71
0
votes
3 answers

Directory index forbidden by Options directive error only for ruby 1.8.7 application

This is driving me nuts. I have 2 different rails app running on the same redhat server. The web server is apache and app server is passenger 5.0 App1 - rails 3.0.2 and ruby 1.9.3 App2- rails 2.0.3 & ruby 1.8.7 App1 works fine and this is the…
Micheal
  • 2,272
  • 10
  • 49
  • 93
0
votes
1 answer

SIGABRT doesn't terminate Passenger RackApp process

Passenger 4.0.59 on RHEL 6.6 managing a Ruby 2.1.5 / Rails 3.2.18 application under Apache 2.2.15. When I choose a random RackApp process and send it "SIGABRT" (kill -6) it correctly emits a back trace to the Apache error log, but doesn't…
jph
  • 2,181
  • 3
  • 30
  • 55
0
votes
1 answer

No response of nginx after installing phusion passenger nginx module

I installed phusionpassenger nginx module . And I had to choose the nginx source path to make it go . But after the whole process . When In My Terminal I type : sudo service nginx start or, nginx -s signal it doesn't work , But it is there in…
Mahabub Islam Prio
  • 1,075
  • 11
  • 25
0
votes
0 answers

Ruby View render time increases on concurrency rails 4 passenger 4

My render time increase tremendously in concurrency load test. With one user the render time is low but goes on increasing as i add users the rendering time goes on increasing. render time for one user : Rendered…
Neel
  • 145
  • 7
0
votes
2 answers

Running multiple Phusion passenger instances for one rails application

is it possible (or a good idea) to run multiple Phusion passenger instances on 1 server (same rails app on many instances). I wanna use Nginx as Frontend webserver (loadbalancer). Any best practice? Thanks
user1117605
  • 111
  • 2
  • 11
0
votes
1 answer

Apache Passenger configuration issue

I've been trying for days to get a rails app to run under Passenger on Bluehost, but with no luck. Going to my subdomain where I'm hoping this will run, I'm only getting a directory listing with cgi-bin and public subdirectories. No execution of…
mpipkorn
  • 153
  • 2
  • 9
0
votes
1 answer

Unable to start the Phusion Passenger logging agent: it seems to have been killed with signal SIGKILL during startup

While starting Passenger with apache, I am getting the following error: [ 2014-09-29 08:35:08.7694 18178/7f4ed722d700 apache2/Hooks.cpp:1303 ]: Initializing Phusion Passenger... [ 2014-09-29 08:35:08.7806 18179/7fc2336a7720 agents/Base.cpp:1591 ]:…
0
votes
1 answer

Mac OsX - Phusion Passenger installation error

I'm trying to set up Phusion Passenger on Mac OsX and have been getting errors. I installed the Passenger using Homebrew: brew update brew install passenger successfully. I then restarted the computer and ran sudo…
0
votes
2 answers

Apache cannot initialize Passenger. Broken pipe (32) when connecting to Application Pool

I have installed Phusion Passenger 2.0.3 on Apache 2.2.3 on Centos 2.6.18-92.el5 #1 SMP and I am getting the following on the httpd error log Cannot initialize Passenger in an Apache child process: Could not connect to the ApplicationPool server:…
None
0
votes
1 answer

Phusion Passenger wants always to run bundle install

Phusion Passenger + Nginx The web site worked fine for today. Today i updated my code, added my user for sudo group and run 'sudo bundle install' and 'touch tmp/restart.txt'. After that i saw 'bundle install error' - http://url.od.ua it still…
prosto.vint
  • 1,403
  • 2
  • 17
  • 30
0
votes
1 answer

ruby gemfile 229 error

I am having another issue with Phusion Passenger. I updated my gems, I updated Bundle, I reinstalled Phusion and when I go to hit the web address it gives me. Any ideas? Here is where I am at now.. compile error…
Michael W.
  • 65
  • 1
  • 2
  • 9
0
votes
1 answer

OSX w/rbenv and Passenger: Why is it loading the wrong system Ruby?

I'm using rbenv to manage my Ruby versions but it seems to not work with Phusion Passenger. Even thought I've added the lines with my rbenv Ruby versions to my /etc/apache2/httpd.conf file, I'm still getting this message: Web application could not…
jumar
  • 309
  • 1
  • 2
  • 14
0
votes
1 answer

Phusion Passenger Standalone seems to be on but nothing appears in browser

I ssh to the dev box where I am suppose to setup Redmine. Or rather, downgrade Redmine. In January I was asked to upgrade Redmine from 1.2 to 2.2. But the plugins we wanted did not work with 2.2. So now I'm being asked to setup Redmine 1.3.3. We…
cerhovice
  • 676
  • 1
  • 10
  • 24
0
votes
2 answers

Symlinking problem

Hey dudes.i am having this problem while symlinking. I have successfully deployed a ruby on rails application on server and all the migrations are done. It is deployed with phusion passenger. The application is in /home/username/rails_apps/myapp. I…
Maxsy
  • 225
  • 4
  • 10
1 2 3
8
9