Questions tagged [passenger]

Passenger is an application server for Rack, Node.js, and WSGI applications that can be run standalone or as an Apache or Nginx module.

Phusion Passenger is an application server for Rack, Node.js, and WSGI applications that can be run standalone or as an Apache or Nginx module.

3603 questions
1
vote
1 answer

Getting Rails 3 and Passenger to work on CentOS 5.4 - Apache Error

Using Ruby 1.8.7 on CentOS 5.4. Trying to get Rails 3 app up on Passenger. I have gone through all the steps but get this error in my Apache log file Passenger ERROR (ext/common/ApplicationPool/../SpawnManager.h:220): Could not start the spawn…
BuddyJoe
  • 69,735
  • 114
  • 291
  • 466
1
vote
0 answers

Message from application: cannot load such file -- bundler/setup (LoadError)

What do I do about this? App 1090 stdout: App 1090 stderr: Ignoring executable-hooks-1.4.2 because its extensions are not built. Try: gem pristine executable-hooks --version 1.4.2 App 1090 stderr: Ignoring gem-wrappers-1.3.2 because its extensions…
snowcatman
  • 31
  • 1
  • 4
1
vote
1 answer

Could not find rake-12.3.0 in any of the sources (Bundler::GemNotFound) - Bitnami Redmine Stack 3.3.1-0 on Ubuntu 16.04.2 LTS

I am using the Bitnami Redmine Stack 3.3.1-0 on Ubuntu 16.04.2 LTS. I recently installed a plugin (Issue Templates - http://www.redmine.org/plugins/redmine_issue_templates). In the process, I updated the gems using bundle install and bundle…
1
vote
1 answer

Passenger with Rails Action cable

I tried to deploy on production server Rails with actioncable (5.1.5) according to this tutorial https://www.phusionpassenger.com/library/config/nginx/action_cable_integration , on the same host and port, under a sub-URI But i've got 404 on my…
1
vote
1 answer

Elastic Beanstalk & Rails - nginx error "undefined local variable or method `location_config_filename' "

I'm trying to deploy my Rails5 app to eb container ( ruby 2.5 passenger standalone), but nginx error persists. how should I do to fix this? : Completed activity. Result: + service passenger restart According to the PID file…
kansiho
  • 532
  • 4
  • 18
1
vote
0 answers

Passenger *** ERROR ***: Cannot execute 2.3.1: No such file or directory (2)

I'm getting an error when starting passenger standalone (passenger start): *** ERROR ***: Cannot execute 2.3.1: No such file or directory (2) I'd like to know where this error is coming from so I can resolve it. Is there any kind of backtrace I can…
stevenspiel
  • 5,775
  • 13
  • 60
  • 89
1
vote
0 answers

Passenger 'loses' rack after apt-get-upgrade

everything was running fine before I did an apt-get upgrade. afterwards, passenger refuses to start with the following in /var/log/nginx/access.log

-------- The exception is as follows: -------

Could not find rake-12.3.0 in any of the sources…
Confused Vorlon
  • 9,659
  • 3
  • 46
  • 49
1
vote
1 answer

Nginx server timeout not increasing

Is there a way to increase timeout of nginx as the application is taking around 2 minutes to respond while nginx has a timeout of 60 seconds. Tried below mentioned settings: client_header_timeout 600s; client_body_timeout 600s; keepalive_timeout…
Rohan
  • 2,681
  • 1
  • 12
  • 18
1
vote
1 answer

Multitenancy Passenger Rails Multiple Apps Different Versions Same Domain

I have been studying Ruby on Rails for just over a month. I have deployed an app to a production VPS and am getting comfortable with Ruby/Rails in general. I am now trying to learn and build apps in one of the more recent Rails versions. Since…
S. Harper
  • 167
  • 9
1
vote
0 answers

Passenger v5.2.0 inside Alpine v3.7 Docker container - SIGSEGV(11)

I have been working on creating a minimal Rails GraphQL docker container based on Alpine 3.7 running Passenger 5.2.0. Unfortunately, Passenger keeps crashing and I am unsure what the cause is. This is the head of the Passenger log file [ N…
1
vote
1 answer

Multiple Rails Apps same domain Passenger

I am trying to have two Rails applications run on the same Virtual Private Server. I have only one domain name, so if the first app is example.com, the second app I am guessing would need to be example.com/second_app. I tried following this…
S. Harper
  • 167
  • 9
1
vote
2 answers

Problem deploying Rails 3 with Passenger: missing the mysql gem

I have a problem that seems very related to that in another post, but I don't understand the solution that was arrived at. I am new to Rails, and have put together a Rails 3 app. I am developing in Windows am trying to deploy it to my (shared)…
1
vote
0 answers

Phusion Passenger with babel-node

I haven't been able to find any relative results for this issue. Can Phusion passenger run node with babelrc support?
T. Cem Yılmaz
  • 500
  • 9
  • 30
1
vote
0 answers

Bundle Exec is Overwriting Environment Variables

I'm working in a phusion/passenger-ruby24 Docker image with my Rails application. My application is in //app and my gems are in //app_dependencies. When I execute bundle exec passenger start, the gems cannot be found (expected).…
1
vote
1 answer

Phusion Passenger 5.1.12 + OSX 10.13 + Server 5.4

I've been having problems with Phusion Passenger since upgrading to 10.13. I've read several articles about the root cause of this issue (most of which are over my head, quite frankly) but I was under the impression that Passenger 5.1.12 was…