Set unlimited resources for a user in cloudlinux
To set unlimited resources for a user in cloudlinux, run the following command: Back to cloudlinux
To set unlimited resources for a user in cloudlinux, run the following command: Back to cloudlinux
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
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
If your cpanel server have cloudlinux + PHP Selector installed, you need to set all site to use inherit PHP before you can use PHP Selector. This can be done in MultiPHP Manager or using command line for i in $(cut -d: -f1 /etc/userdatadomains );do whmapi1 php_set_vhost_versions version=inherit vhost-0=$i;done Tis command will set all web … Read more
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
Enable CafeFS for all cpanel users cagefsctl –enable-all