passenger Questions
3
Solved
So, I've spent quite a few hours today trying to put my nodeJS app that's fully using ESM (modules), and I've deployed it via cPanel on a server that's using Node v. 14.20.1. I'm constantly getting...
Samaria asked 23/10, 2022 at 20:24
2
When upgrading to the latest version of rails, I'm experiencing the following error with passenger refusing to start.
The application encountered the following error: You have already activated str...
Decorator asked 19/10, 2023 at 9:16
4
Solved
When is it necessary to restart nginx and reload will not suffice?
Does it make a difference if an extension like passenger is used?
Should the service be restarted if it consumes too much memory....
Edytheee asked 23/11, 2012 at 8:38
2
Solved
I'm having a trouble trying to implement basic authentication for ELB healthcheck.
I've searched quite a bit to figure out the nginx file configuration to avoid 401 error shown below, which ELB ret...
Federalist asked 30/9, 2017 at 6:41
2
Solved
I'm starting the Rails 3 application with the following command:
passenger start -a 0.0.0.0 -p 3000 -d
but how do I tell passenger to start the application in production environment?
Martinet asked 31/8, 2011 at 17:30
3
Solved
Where is the Apache module installed for Phusion Passenger? I want to adjust some of the config values found in "Configuring Phusion Passenger".
I don't know where this config file is. I've instal...
10
Solved
I'm trying to run a Ruby on Rails app on a Dreamhost shared server. All is well so far except one weird bug I have not been able to unravel.
Sometimes when I visit the web app, I get presented wit...
Kinch asked 25/4, 2011 at 2:11
2
http://nodejs-resume.example.me/
When the site loads,
/usr/local/dh/passenger/helper-scripts/node-loader.js:37
GLOBAL.PhusionPassenger = exports.PhusionPassenger = new EventEmitter();
^
ReferenceE...
Thermometry asked 1/1, 2021 at 4:43
1
Phusion Passenger offers the ability to restart worker processes after N requests to handle memory issues, and I was wondering does Puma have a similar setting? I've not been able to find anything ...
Soul asked 7/8, 2015 at 10:41
3
I'm trying to launch my NodeJS API on a production server using Phusion Passenger.
I used the last ECM syntax to import/export my modules.
However when trying to reach my api, Passenger returns thi...
Loquacity asked 23/9, 2021 at 9:30
3
Solved
I am attempting to get ready to move our environment to Rails 4 and working through all the issues. Regretfully we are currently on Centos 5.5 so there were some hurdles to jump through just to get...
Idiopathy asked 17/3, 2014 at 3:26
3
We have a Ruby on Rails application and this has a "search" functionality (search for some company). From browser user key-in some name and hit search and this search make an rest api call to outsi...
Sellingplater asked 30/3, 2018 at 2:5
4
Solved
I'm on Fedora 30. I am trying to install "epel-release".
I am following this guide: https://www.phusionpassenger.com/library/install/standalone/install/oss/el7/ -- I am unable to successfully run...
Disrepute asked 5/7, 2019 at 19:52
6
Solved
It's an important security issue and I'm sure this should be possible.
A simple example:
You run a community portal. Users are registered and upload their pictures.
Your application gives securit...
1
Solved
I am trying passenger on Ubuntu 18.04, pretty much generic install and the passenger-status call crashes. Not super clear how to set the path that it uses for local socket communication.
Version : ...
Cellini asked 17/11, 2021 at 23:31
4
Solved
We are running ubuntu servers with Nginx + Phusion Passenger for our rails 3.0x apps.
I have an environment variable set in /etc/environment on the test machines:
MC_TEST=true
If I run a consol...
Sieracki asked 11/5, 2012 at 1:23
7
Solved
I just installed Passenger 3.0.11 and nginx and got this error:
Starting nginx: /opt/nginx/sbin/nginx: error while loading shared libraries: libpcre.so.0: cannot open shared object file: No such...
Dinner asked 14/12, 2011 at 8:6
1
I'm trying to get the Python logging facility working without success, despite googling and reading the docs. This is a WSGI Python app inside Passenger on a Dreamhost shared server. The Paste midd...
Gesso asked 24/5, 2015 at 21:53
1
Solved
A web application that generates dynamic content requires two components:
Web Servers - primarily communicate with clients, by handling HTTP requests and responses while serving content.
Applicati...
Stigmatism asked 3/8, 2021 at 12:30
3
I have a problem with Rails 4.1.7, Phusion Passenger version 4.0.53, nginx/1.6.2 in ubuntu server 14.04 AWS Instance, but With rails server works well.
error.log
App 2029 stdout: App 2029 std...
Hoebart asked 12/11, 2014 at 16:32
1
Solved
I updated nginx from version 1.14 to 1.18 (Ubuntu) on Ubuntu 18.04.
Doing so appeared to break passenger. So I uninstalled and attempted to reinstall the Open Source Passenger version via the Passe...
Redbug asked 16/6, 2021 at 22:47
2
Solved
When I try restart nginx and write in console this command
nginx -t
I have an error:
nginx: [emerg] a duplicate default server for 0.0.0.0:80 in /etc/nginx/sites-enabled/default.save:20
ngin...
Fourwheeler asked 14/4, 2015 at 5:29
2
Solved
have to do passenger stop then start
or I can still do this by touching tmp/restart.txt?
Kellsie asked 17/11, 2010 at 18:36
4
I am trying to deploy a Rails 3 application on a Ubuntu production server using Phusion passenger and RVM. I have installed Phusion passenger successfully, but I get the following error when access...
Gonfanon asked 30/11, 2012 at 17:57
2
I'm trying to set up for the first time with Rubber onto EC2 (complete_passenger_nginx_postgresql). I changed a bunch of settings in the config files to make it work with a different AMI (Ubuntu 12...
Tarry asked 29/12, 2013 at 9:50
1 Next >
© 2022 - 2024 — McMap. All rights reserved.