huythanhvn
New member
- Joined
- Nov 13, 2019
- Messages
- 3
How to install NodeJS & MongoDB on directadmin !
The ability to host Node.JS apps on DA, Git Version Control.
The ability to host Node.JS apps on DA, Git Version Control.
I vote for Apache Passenger support for DirectAdmin.
I have requests to host node.js / rails / python wsgi apps from my users, so I did manual configuration via |CUSTOM2| template token.
Currently use LiteSpeed Enterprise on FreeBSD, but same config is suitable for apache w/mod_passenger (and linux) too:
PassengerUser username
PassengerGroup groupname
<Location /node>
PassengerAppRoot "/home/username/domains/userdomain.com/public_html/node"
PassengerBaseURI "/node"
PassengerNodejs "/usr/local/bin/node"
PassengerAppType node
PassengerStartupFile app.js
</Location>
Full mod_passenger documentation:
Nginx Unit support is comingfirst bits already in pre-release, but it is not ready for production yet.
Why would it be needed? Nginx Unit takes care of appsYes, I see it in prerelease skins/enhanced
Next, add Passenger support, please please!
We do not use nginx, it loses in performance and user friendliness to the Litespeed Enterprise server. Can you just make such an opportunity for those who use native Apache? And for us, at the same time
I am familiar with nginx very closely, from the very beginning of this project, I built many systems on it. I have nothing against nginx, but modern hosting requires modern, flexible solutions. I would not upgrade to Litespeed Enterprise if nginx was cool enough for me.
Nginx Unit != NginxIt would work on all the server types supported, because requests are proxied.