3,603 questions
1 vote
0 answers
53 views
I can't launch the application js solar potential (nodeJS)
Here is the application: https://github.com/googlemaps-samples/js-solar-potential After running the npm install and npm run build commands, I end up with a build folder at the root. I tell the server (...
0 votes
0 answers
61 views
Multiple Nuxt3 application on Plesk (Phusion Passenger)
I can't get different Nuxt3 node applications to run on my Plesk server on 2 different domains. I have stored both separately (and both are accessible individually) but as soon as the second one is ...
0 votes
0 answers
102 views
FastAPI app not detected by Passenger on cPanel-managed server (Phusion Passenger + Apache)
I am trying to deploy a FastAPI application on a cPanel-managed server using Phusion Passenger with Apache. However, Passenger is not detecting my app even after following the standard setup. What I ...
-1 votes
1 answer
79 views
Ruby on rails passenger issue while deploying app
Passenger is showing me same ruby as my app grep passenger_ruby /etc/nginx/nginx.conf passenger_ruby /home/ubuntu/.asdf/installs/ruby/3.0.0/bin/ruby; # Update this to match your asdf Ruby path But ...
0 votes
0 answers
67 views
is it possible to graceful single process in passenger rails app?
Apache has a graceful restart but with passenger, it restarts the entire application. Is there any way to restart one single process, or set a timeout to round robin restart? I am hunting down a ...
0 votes
0 answers
102 views
Active Storage on cPanel generates empty blob links
i was developing a Rails application that worked fine on my local machine. Since I deployed it on my shared hosting (by spaceship.com) with cPanel, I have some issues with Active Storage. Note that ...
0 votes
1 answer
71 views
How to use Flask-SocketIO with Phusion Passenger?
Phusion Passenger needs to launch the webserver using its own function, so a custom function to launch a webserver cannot be used, while SocketIO seems to require to use one. Is there is any way to ...
0 votes
1 answer
58 views
nginx configuration is deemed incomplete yet identical to other installation
requesting an application page, the response is: If you see this page, the nginx web server is successfully installed and working. Further configuration is required. However, no logging is occuring in ...
0 votes
1 answer
21 views
migrating VPS with no settings changes generate an Passenger error when browser calls a page
/etc/nginx/sites-enabled is generating the following error. The VPS is a new install and replicates the data from another VPS also running Ubuntu, albeit an older version (20.04 -> 24.04) 2024/12/...
0 votes
0 answers
144 views
Encountering 'sassc-rails' Gem Load Error with Passenger and Apache
I'm experiencing an issue deploying my Ruby on Rails application using Passenger with Apache. The application fails to start due to a Gem Load Error related to sassc-rails. The error message is as ...
0 votes
0 answers
46 views
Ruby application deployed on Ubuntu 18, with issues with passenger and apache
This is what I have, how can I fix it? I have to say that I am using Apache to host my website, and I uninstalled them and installed Passenger but the error persists, what can I do? Or if the error is ...
0 votes
1 answer
200 views
Is it possible to run a Node.js "Passenger" App on domain root in CPanel, instead of a subdirectory?
I am trying to follow CPanel / WHMCS's directions (here and here) for setting up a Node.js app as a "passenger" app. Since CPanel has primarily been a LAMP stack, their Node offering seems a ...
1 vote
2 answers
135 views
Serve pre-compressed cached files in Nginx and Passenger
I'm running a Rails App on Passenger with Nginx. Some of my App's files are mostly static so I cache them with page caching which writes a .html file and a .html.gz pre-compressed version in the ...
0 votes
0 answers
94 views
What is the next step to troubleshoot Rails app not responding (Nginx and Passenger seem to be working)?
My Rails app is now deployed (using Capistrano) but doesn't seem to be receiving requests. If I try to connect from Safari it eventually times out, if I try to connect from Chromium I get "The ...
0 votes
1 answer
126 views
Why can Ruby apparently not find the Capistrano current directory?
Several RoR web apps have been running on a server for years and been regularly updated with the latest versions of ruby, rails and mod_passenger. Now, suddenly one particular app (none of the other ...