setuppassenger
Setup App Server
This toolstool is used to setup the eenos app server which required to run modern apps using muti Python , Multi NodeJS and Multi Ruby on Rails Application . This will install Passenger server and libraries which will be auto configured with HTTPD and Nginx servers as modules. OpenLitespeed server doesn't need Passenger module to run these applications.
Eenos is the first control panel that fully support sandboxed application on a hosting environment environment.
Command:
/usr/local/eenos/scripts/setuppassenger
Command Options:
Usage: /usr/local/eenos/scripts/setuppassenger <options>=[values]
Command Groups:
Options:
-i, --install - To install passenger
-ia, --apache - To install mod_passenger in apache httpd
-in, --nginx - To install mod_passenger in Nginx
-r , --remove - Uninstall passenger modules
Install Passenger on All Web Servers
Use the following command to install passenger module on all web servers
/usr/local/eenos/scripts/setuppassenger -i
Install Passenger on HTTPD Only
To install passenger on apache httpd serverserver, use the following command.
/usr/local/eenos/scripts/setuppassenger -ia
Install Passenger on Nginx
To install passenger module on Nginx web serverserver, use the following command.
/usr/local/eenos/scripts/setuppassenger -in
Uninstall Passenger
To remove passenger modulemodule, use the following command
/usr/local/eenos/scripts/setuppassenger -r
Removing passenger may break your websites if it is already hosting python , nodejs or Ruby on Rails applicationsapplications.