'How to deploy Nodejs Application on server through cpanel, and how to configure application manager?
I am using reseller's cpanel to deploy a nodejs server and I want that server to run continuously. First, I installed these three on my server: 1.) ea-ruby27-mod_passenger 2.) ea-apache24-mod_env 3.) ea-nodejs16
Second, I generated a new ssh key and authorized it.
Third, I created a directory in my Public_HTML folder named Backend and I placed my whole code there.
Fourth, I registered this application using Application manager so that I can access it in web browser.
The URL should be like this:- https://Domain/backend
but its showing me this error:- "We're sorry, but something went wrong. The issue has been logged for investigation. Please try again later."
Error ID: e5e9b547 Details: Web application could not be started by the Phusion Passenger(R) application server. Please read the Passenger log file (search for the Error ID) to find the details of the error. You can also get a detailed report to appear directly on this page, but for security reasons it is only provided if Phusion Passenger(R) is run with environment set to development and/or with the friendly error pages option set to on.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
