How can we enable application manager in cpanel?

kumkumsharma

Administrator
Staff member
You can enable it with below steps:
  • First you have to check that “Application manager” is available in Feature Manager or not.
  • If it’s not available then you have to install below packages:
Code:
ea-ruby24-mod_passenger
ea-apache24-mod_env
  • You can use this command to install both packages:
Code:
yum install ea-ruby24-mod_passenger ea-apache24-mod_env
  • After that you can check the cpanel for the “Application Manager”.
 
Top