This will create a imagick.so file under [/usr/lib/php/modules/] for 32 Bit machine or [/usr/lib64/php/modules/imagick.so] for 64 Bit machine and you can enable it by adding the below entry in php.ini file extension = “imagick.so”
Mcrypt installation process Install epel-release repo if you do not already have it installed # yum install epel-release Install libmycrpt and libmcrypt-devel rpms needed for the PHP extensions. # yum install libmcrypt libmcrypt-devel Update all Pecl php versions. # for version in $(ls /opt/cpanel|grep ea-php); do /opt/cpanel/${version}/root/usr/bin/pecl channel-update pecl.php.net; done…
Open LiteSpeed is an open source web server which comes with a lot of interesting features that helps us to manage our sites effectively. Some of the features include 1) Page Caching – which improves the loading time of the sites thus enhancing performance.2) A WebAdmin interface.3) Apache compatible rewrite…