Introduction Here we’ll explain the process to delete a site within WordPress Toolkit.  Procedure Access WordPress Toolkit within cPanel.  Select the site you wish to remove.  Click on the options icon on the far right. Click the Remove option. 5. Confirm you wish to remove the site from WordPress Tool..

Read more

High loads within a server can severely impact performance and response times. Identifying which process(es) or service(s) causing high loads significantly narrows down the investigation as it allows you to focus on the process(es) that require attention. “top” is a popular tool used to list running processes on the server along with information regarding system ..

Read more

Introduction Netstat is a command-line network utility that displays network connections for Transmission Control Protocol (TCP), routing tables, and a number of network interface and network protocol statistics. The following cheat sheet goes over a few common netstat commands. # To view which users/processes are listening to which ports: sudo netstat -lnptu # To view ..

Read more

Introduction The following guide explains the methods that can be used to generate an API token that is specific to an individual cPanel user. The resulting token will be limited to the same access as the cPanel account that it was created for. It is also possible to generate a token with customized permissions. If ..

Read more

Introduction You may find when you are reviewing the Apache logs and see errors similar to the following instructing you to change the LogLevel and then restart Apache: [client IP.AD.DR.ES] [host website_url.tld] In order to get more info about fail reason try to change LogLevel to Info in httpd.conf and restart Apache Procedure 1. Log ..

Read more

Introduction WordPress Toolkit offers tools for backing up, cloning, and managing multiple WordPress installations. The process for cloning a website is rather simple. Procedure Log into WHM or cPanel. 2. Navigate to “WordPress Toolkit.” 3. From the list of installations, locate the one you’d like to clone 4. Click the button to expand the entry. ..

Read more

Introduction How to enable ProxyErrorOverride in WHM for Apache. Procedure Login to WHM and navigate to WHM » Service Configuration » Apache Configuration » Include Editor: 2. Scroll down to Post VirtualHost Include and insert the following: ProxyErrorOverride On 3. Press the Update button and then the Restart Apac..

Read more