How to install ImunifyAV+

ImunifyAV+ is an anti-malware software for Cpanel/Plesk servers. This is paid version of ImunifyAV. To install ImunifyAV+, run If you have a key-based license wget https://repo.imunify360.cloudlinux.com/defence360/imav-deploy.sh -O imav-deploy.sh bash imav-deploy.sh –key YOUR_KEY If you have an IP-based license for ImunifyAV+, use IPL as the license key wget https://repo.imunify360.cloudlinux.com/defence360/imav-deploy.sh -O imav-deploy.sh bash imav-deploy.sh –key IPL See … Read more

Connect to backend failed: connect to lsphp failed: 110

CloudLinux

On a CloudLinux Server, websites stopped working with the error message “Service Unavailable”. On checking error_log in /usr/local/apache/logs, found following error message [Fri Jul 09 15:32:37.884950 2021] [lsapi:error] [pid 1639593:tid 47853204383488] [client 207.46.13.54:46915] mod_lsapi: [host ronnie.serverok.in] [req GET / HTTP/1.1] Connect to backend failed: connect to lsphp failed: 110 The problem was due to the … Read more

CageFS command not working for user

I have flvtool2 installed on the server. Path to binary file location was added in file /etc/cagefs/conf.d/vshare.cfg [root@server22 ~]# cat /etc/cagefs/conf.d/vshare.cfg [vshare] comment=vShare Youtube Clone Requirements paths=/usr/bin/ffmpeg, /usr/bin/mencoder, /usr/bin/mplayer, /usr/bin/flvtool2, /usr/bin/lame, /usr/bin/yamdi, /usr/bin/qt-faststart, /usr/bin/MP4Box, /usr/bin/mediainfo, /usr/bin/neroAacEnc [root@server22 ~]# The binary program works properly when running as root, but it fail when switching to a user … Read more