Install DSO PHP handler on a cPanel server with EasyApache 4

By default the new EasyApache 4 would not have DSO PHP handler enabled. Depending on the PHP version that you would like DSO enabled for you need to install the following:
yum install ea-php56-php
Note that you need to change 'ea-php56-php' to your desired PHP version, for example if you need to istall it for PHP 7.1 use ea-php71-php
yum install mod_ruid2
yum install mpm_prefork
After that make sure to update your PHP handler, you can do that via WHM. This is pretty much it.
As the DSO handler can only be used for one PHP version at a time, if you would like to use DSO for a different PHP version you can do the following:
yum remove ea-php56-php
Then:
yum install ea-php71-php
After that make sure to update your PHP handler, you can do that via WHM.
Recent Posts

How DigitalOcean Simplifies Cloud Computing for Developers
2023-01-18 12:35:28
How to Get Current Route Name in Laravel
2020-11-08 08:57:11
How to check the logs of running and crashed pods in Kubernetes?
2020-10-28 09:01:44
Top 10 VScode Shortcuts For Mac and Windows to Help You be More Productive
2020-10-28 07:12:51