Symptoms
You receive one of the following errors when attempting to use Python Selector or NodeJS Selector in cPanel:
CONFIG_TEXT: Apache Passenger is required by Python Selector. Please, contact your hoster.
CONFIG_TEXT: Apache Passenger is required by NodeJS Selector. Please, contact your hoster.
Cause
This error occurs when the Passenger package is not installed.
Resolution
- Access the server's command line as the
rootuser via SSH or Terminal in WHM. - Run the following command:
CloudLinux 6
# yum -y install ea-ruby24-mod_passenger
CloudLinux 7
# yum -y install ea-ruby27-mod_passenger
CloudLinux 8
# yum -y install ea-ruby27-mod_passenger
CloudLinux 9
# yum -y install ea-apache24-mod-passenger
Comments
0 comments
Article is closed for comments.