passenger Questions
1
Solved
I'm having trouble deploying a FastAPI app on cpanel with Passenger
4
My rails application doesn't response for the address I configured in nginx (No data response. Error 324 (net::ERR_EMPTY_RESPONSE)). Now I'm trying to figure out what the problem could be. Nginx lo...
Meetinghouse asked 21/10, 2013 at 13:53
4
Solved
I've done a new install of nginx 1.6.3 and passenger 5.0.15 on Ubuntu 14.04 from source in order to add tracing components from AppNeta for my ROR 4.2 app on one of my servers. Nginx and passenger ...
Afterimage asked 1/8, 2015 at 11:54
0
It seems everytime I restart my Rails 6.0 application using passenger-config restart-app /path/to/app, I get a warning that there are stale instances, like so:
*** Cleaning stale instance directory...
Dwarfism asked 16/9, 2020 at 16:22
18
Solved
I'm setting Rails 4 application with Ruby 2.0, but I'm getting "Web application could not be started" and get this trace:
cannot load such file -- bundler/setup (LoadError)
/usr/local/lib/ruby/si...
Thorner asked 27/9, 2013 at 23:57
1
Solved
I am receiving this error from the log inside /var/log/httpd/error_log. Which is posted below:
/var/log/httpd/error_log
[ E 2020-02-12 18:58:36.8946 2418/Ta age/Cor/Con/CheckoutSession.cpp:276 ]...
5
Solved
I cannot get Access-Control-Allow-Origin to show up in Chrome - my ultimate goal is to configure CORS for fonts with Rails, so it works in production with CloudFront. For now though, I just want to...
Corunna asked 20/9, 2014 at 5:1
1
Solved
I have gitlab-ee self-hosted on my own server (running without a license). I'm using an existing nginx/passenger installation, and so I followed the instructions found here. I'm also using Let's en...
Generally asked 22/9, 2019 at 11:23
1
I have some troubles working my action cable in production environment. Development env is working fine.
Error to solve :
WebSocket connection to 'wss://myapp.com/cable' failed: WebSocket is close...
Archibaldo asked 6/5, 2019 at 9:29
6
Solved
Rather a simple question I believe, is it possible to install passenger when nginx is already installed on your webserver?
If the answer is Yes, I already performed these actions:
At this very mo...
Slimy asked 30/9, 2011 at 15:37
1
I have acquired a shared host with a cpanel which supports nodejs. I can define a node.js app through "Setup Node.js App".
I want to make a websocket. They have opened 2088 Port for me.
This is ...
Equidistance asked 5/1, 2020 at 9:42
1
Solved
I'm using rails 5.2.3 with apache2 when I run the development server it shows no error but when I deploy it with passenger and apache2 server it shows this error
Error: uninitialized constant URI:...
Colenecoleopteran asked 9/2, 2020 at 6:39
3
There is only one version of Ruby installed, and I have run gem install bundler && bundle install.
nginx conf
passenger_root /root/.gem/ruby/2.1.0/gems/passenger-4.0.52;
passenger_ruby /u...
Zina asked 29/9, 2014 at 8:38
9
Solved
I tried to deploy my rails app on nginx and ubuntu via capistrano like the tutorial on the page https://gorails.com/deploy/ubuntu/14.04.
but at the end i get an error message:
Incomplete respons...
Exon asked 24/3, 2015 at 19:18
3
Solved
I get the following error issued by Phusion when loading a web page:
There was an error while trying to load the gem 'compass-rails'.
Gem Load Error is: undefined method `has?' for Sass::Util:Modu...
Ric asked 23/7, 2017 at 20:27
4
Solved
I have Rails 3.2.3 with Apache and Passenger.
I have a project working in development mode.
When I switch the project to production mode (Passenger standard)
it gives me an HTTP Error 500:
We'r...
Sibel asked 9/5, 2012 at 9:37
9
So I've looked at every sample configuration I could find and yet every time I try and view a page that requires ssl, I end up in an redirect loop. I'm running nginx/0.8.53 and passenger 3.0.2.
He...
Murine asked 6/1, 2011 at 15:26
3
Solved
Will it finish serving all current requests before it restarts?
Amp asked 4/2, 2010 at 17:23
4
Solved
Whenever I try to run cap production deploy it fails at the following command
[ebbf9fde] Command: cd /var/www/apps/my_app/releases/20150803171251 && /usr/local/rvm/bin/rvm 2.2.2 do bundle ...
Scratch asked 3/8, 2015 at 17:25
3
Solved
I'm putting together a rails deployment where the public directory is a
symlink to another directory on the system. This is with passenger 3 on
nginx .8. It does't seem to like that setup. Nginx ...
Arnettearney asked 19/12, 2010 at 21:58
1
Solved
I'm deploying my app in Ubuntu 14.4, Ruby 2.3.3, Nginx and Passenger. When I deploy using capistrano, I get the error:
SSHKit::Command::Failed: passenger-config exit status: 1
passenger-config std...
Satyriasis asked 17/7, 2018 at 10:31
8
Solved
First off, apologies: I know the 403 Forbidden question is a common one for Rails/Nginx installs, but none of the answers I've read so far have solved it for me.
Disclaimer: This is my first time ...
Jabin asked 23/10, 2013 at 23:2
3
Solved
I'm running into an error when I try to restart the server. I don't know how to fix this.
deploy@user:~$ sudo nginx -s reload
nginx: [emerg] unknown directive "passenger_root" in /etc/nginx/nginx...
2
Solved
A disk on one of our servers was filling up. Analysis showed that most of the space was wasted in /tmp.
The culprit was the 25,000+ files there that were taking up more than 3 gigs, all of them na...
Peterson asked 3/7, 2015 at 11:8
2
Solved
I'm trying to deploy a web app built with Django/Redux/React/Webpack on a Digital Ocean droplet. I'm using Phusion Passenger and Nginx on the deployment server.
I used create-react-app to build a ...
© 2022 - 2024 — McMap. All rights reserved.