
Steps to Disable Default cPanel Login Details For FTP Access
a.Openup the ftpupdate file and edit it using the following command: root@server [] vi /usr/local/cpanel/bin/ftpupdate b. Move to the line number 189 or …
a.Openup the ftpupdate file and edit it using the following command: root@server [] vi /usr/local/cpanel/bin/ftpupdate b. Move to the line number 189 or …
If apache does not start , then please check the error logs with cpanel. The error “semget: No space left on device” shows that that …
Quick Checking Your Apache Version Number If you need to check the Apache version number installed on your server, you can do so in one …
Typically, when users receive a 500 internal server error warning through phpMyAdmin, it comes down to an issue of permissions. phpMyAdmin requires specific permission settings …
Step a: Login to your server as root. Step b: Download the APC wget https://pecl.php.net/package/APC eg : wget https://pecl.php.net/get/APC-3.0.15.tgz Step c: Extract …
Please refer the following steps : a.Download latest version of Suhosin # cd /opt # wget https://download.suhosin.org/suhosin-0.9.32.1.tgz Make sure that that php-devel is installed: # …
For receiving an alert if someone logs in as root to your server, you will have to make Some changes to .bashrc that is available …
Please refer the following steps: Login to your server as root. Download latest version of rootcheck to the server. wget https://www.ossec.net/rootcheck/files/rootcheck-2.4.tar.gz Verify its checksum for …
If you’ve forgotten or need to change your root user password in MySQL, you might be wondering what steps are necessary to reset your MySQL …
In this article, we’ll cover how to view the status of a service on your dedicated server and, if necessary, how to restart it. Viewing …
There are two ways through which you can start, stop and restart any desired service: How to start a service :- First Method: /etc/init.d/service-name start …