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

Red Hat Killing CentOS Linux, Fight for CentOS clone

RedHat, parent company of CentOS Linux announce it will stop supporting CentOS 8, the latest version of CentOS. CentOS is build from the source code RHEL, making a free version of stable and well-tested enterprise ready RHEL Linux. CentOS 7 will keep getting security updates until it reaches End Of Life June 30th, 2024. For … 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

CloudLinux PHP versions missing in PHP Selector

WHM EasyApache 4 PHP missing

On a Cpanel server running CloudLinux, PHP Selector did not show all PHP versions. I reinstalled EasyApache profile “CloudLinux + All PHP Options + OpCache + mod_lsapi”. Even after installing EasyApache profile with all PHP versions, PHP 7.2 and PHP 7.4 was missing on this server. To fix, the problem, i run

KernelCare Unknown Kernel

On Cpanel server with KernelCare installed, i keep getting email This is because the kernel is not yet supported by kernalcare. Since this kernal is provided by CloudLinux, you don’t have to worry. CloudLinux support said they do add support for KernelCare after 3 to 4 days of releasing new kernel. To disable this warning, … Read more

imunify360

imunify360

Imunify360 is paid version of Imunify. It provides additional protection like Web Application Firewall, Real-time protection, and automated malware cleaning. Update license If you have IP based license, use

Convert CentOS to CloudLinux

CloudLinux is a popular Linux distribution used by shared hosting providers. Some of the advantages of cloudlinux is users are running inside its own light weight virtual environment (CageFS). This will protect other sites on the server if one of the sites gets hacked. Also, CloudLinux allows you to set resource limits for each site, … Read more

cagefs mount points exists

On WHM > CloudLinux LVE Manager, i get following warning Check cagefs mount points exists There are missing mount points: [‘/usr/local/cpanel/whostmgr/docroot/cgi/softaculous’] This error is due to softaculous was removed from server, but was not removed from cagefs mount points file. To fix this error, edit file vi /etc/cafefs/cagefs.mp Remove the line /usr/local/cpanel/whostmgr/docroot/cgi/softaculous

Enable CloudLinux PHP lsapi

CloudLinux lasapi php

CloudLinux provides high performance PHP module lsapi. It is a replacement for suphp available on cpanel servers. lsapi module is a based on LiteSpeed Technologies API for PHP. To enable lsapi in CloudLinux Cpanel Server, go to Provision profile Click “Provision” and wait until the software is updated. Now you need to set lsapi as … Read more