CloudLinux Dashboard Shows Ruby, Python, NodeJS Selector as uninstalled after installing those extensions Print

  • python, NodeJS
  • 0

Description 

 

The passenger module for Apache is required for all of those extensions to work properly.

If that module has not been installed properly, those extensions are not technically installed.

 

To verify that this is your problem, check to see if you have the RPM installed with the following command via SSH or Terminal as the root user:

yum list installed | grep ea-apache24-mod-alt-passenger

If that command does not return any output, it means that you will need to install the passenger module.

Resolution

1. Login to your server via SSH or Terminal as the root user

2. Issue the following command and verify that the module and its dependencies install without error

yum install ea-apache24-mod-alt-passenger -y

3. Issue the following commands via SSH:

/usr/sbin/cloudlinux-wizard finish
cloudlinux-summary --send --json --async

4. If you see a button in the LVEManager dashboard to refresh the dash, press that button

5. Refresh your browser tab, and clear your cache if needed

If you still have issue with your CL Dashboard, please contact support.


Was this answer helpful?

« Back