How To Set Up vsftpd on CentOS 6

How To Set Up vsftpd on CentOS 6 Step One—Install vsftpd You can quickly install vsftpd on your virtual private server using yum as shown below: yum install vsftpd We also need to install the FTP client, so that we can connect to an FTP server using yum as shown below: yum install ftp Once […]

See More

Enabling CageFS truned into “Could not connect to the database” error on CPanel

Enabling CageFS truned into “Could not connect to the database” error on cPanel   We need to be very careful while configuring/enabling CageFS on the dedicated linux as this may cause many error if its not configured properly. Below is the common issue comes with the database sites after enabling the cageFS on the server. […]

See More

Enabling CageFS leads to stop Cron jobs on cpanel

Cron stopped working for normal cPanel users Some times after installing/enabling the CageFS /cloudlinux the crons for the normal cpanel users get stopped working, This is normally due to the jailshell enabled on the same server before installing/enabling the CageF. For example : root@server [~]# crontab -l -u cpaneluser SHELL=/usr/local/cpanel/bin/jailshell MAILTO=”sample@Hostripples.com” */5 * * * […]

See More