Getting the "Feature Showcase" Screen to Appear Again

schoeps

Well-Known Member
Sep 22, 2004
118
10
168
I am in the middle of setting up a handful of WHM servers and on a few, I missed the option to enable PHP-FPM on the Feature Showcase screen. Is there a way to bring that screen back up or more specifically, an easy way to enable PHP-FPM?

Thanks all!
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,268
463
Hello :)

You can manage the service and monitoring of "PHP-FPM service for cPanel Daemons" via "WHM >> Service Configuration >> Service Manager". Or, you can use a command such as:

Code:
whmapi1 configureservice service=cpanel_php_fpm enabled=1 monitored=1
Thank you.