Blog

Blog

21 Nov 2018
ColorHosting Deepak

OpenVZ useful commands

Here is the list of some useful OpenVZ commands which should be run from the main node : 1. To fetch the consumption of disk for each container in the node along its it’s hostname and ctid vzlist -H -o veid,hostname,diskspace | awk ‘{ printf(“%d\t%s\t%.2f GB\n”, $1, $2, $3/(1024*1024))}’   2. To find the load […]

09 Nov 2018
ColorHosting Deepak

Learn about domlogs on your Web Server

Ever wondered huge pile of logs occupying gigabytes or space inside apache directory? These are Domain Logs Abbreviated as domlogs. Web Statistics are stored in these logs which includes attributes like IP Address, Identity, Date/Time, Request, etc. These stats are very helpful in filtering the traffic hitting on your website. Domlogs can be found under the domlogs […]

09 Nov 2018
ColorHosting Deepak

Learn about Logging and Log Rotation on Linux

Ever thought how the logs on Linux Machine or Linux Web Server are rotated? Wondering what are those tarballs in your /var/log directory. Today we will share some information about Logging and their rotation on Linux. Logging has become important in today’s date. As Logging helps a developer to debug the issue and errors. A Linux […]

09 Nov 2018
ColorHosting Deepak

Difference between PHP-CGI and PHP-FPM

Confused to use PHP-CGI or PHP-FPM for your websites on your web server? We will share some information about PHP-CGI and PHP-FPM in this article. When running PHP through the web server, there are two distinct options: running it using PHP’s CGI, or running it as a PHP-FPM, for the web server. Let’s learn some […]

09 Nov 2018
ColorHosting Deepak

Learn about MAX_FILE_SIZE and related errors

Facing UPLOAD_ERR_FORM_SIZE error code when uploading a file in the form or webpage? Some of the other errors are discussed below. UPLOAD_ERR_OK: There is no error, the file uploaded with success. UPLOAD_ERR_INI_SIZE: The uploaded file exceeds the upload_max_filesize directive in php.ini. UPLOAD_ERR_FORM_SIZE: The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form. UPLOAD_ERR_PARTIAL: The uploaded file was only partially uploaded. UPLOAD_ERR_NO_FILE: No […]

09 Nov 2018
ColorHosting Deepak

Guide to Install LiteSpeed Web Server on cPanel/WHM Servers

LiteSpeed Web Server (LSWS), is proprietary web server software. LiteSpeed Web Server is the leading high-performance, high-scalability web server from Litespeed technologies. It can be used to replace an existing Apache server without changing any other programs or operating system details, and without breaking anything. LSWS is compatible with commonly-used Apache features, including mod_rewrite, .htaccess, and mod_security. LSWS can […]

08 Oct 2018
ColorHosting Deepak

Guide to install PHP SSH2 module on cPanel Server

Wondering how to install PHP SSH2 module on cPanel Server? You are at the right place. Today, we will guide you with simple steps using which you can add PHP SSH2 module to your cPanel Server. This requires no prior knowledge or experience. Let us discuss some requirements below cPanel/WHM installed server Root access to the […]

30 Sep 2018
ColorHosting BaseZap

[Solved] cPanel does not support NetworkManager enabled 

Got following error while installing cPanel on centos based server ? 2018-09-29 17:35:01  593 (ERROR): ********************* ERROR ********************* 2018-09-29 17:35:01  594 (ERROR): NetworkManager is installed and running, or       2018-09-29 17:35:01  595 (ERROR): configured to startup.                            2018-09-29 17:35:01  596 (ERROR): […]

06 Sep 2018
ColorHosting Deepak

ionCube not installed error [cPanel]

The error means that ion cube loader isn’t available for the PHP. To enable it, we would be needing WHM access (root-access). In case you don’t have the WHM access to the server and only user cPanel account then you would need to contact your hosting provider. If you are BaseZap customer then you can […]

01 Sep 2018
ColorHosting Deepak

Guide to Raise ulimit open files and MySQL open_files_limit

The operating system provides ways of limiting the amount of resource that can be used. Limits are set for each user but are applied separately to each process that is running for that user. Administering Unix servers can be a challenge, especially when the systems you manage are heavily used and performance problems reduce availability. Linux itself […]

NEED ADDITIONAL HELP? WE'RE HERE FOR YOU.

Our team is available and on-site 24/7 ready to help you.