CageFS and PHP Selector In one of our topic “Introduction to CloudLinux and installation guide” I’ve described the basic installation steps of CloudLinux. CloudLinux installation or activating CloudLinux OS in your server is incomplete without the installation of CageFS and…
CloudLinux
This category holds CloudLinux related topics!!
Now-a-days almost all hosting providers offers CloudLinux especially in a shared environment. CloudLinux was firstly introduced in 2010. It supports major webhosting control panels like cPanel, Plesk and DirectAdmin.
CloudLinux is a Linux based Operating system especially used in a shared environment which isolates each user in its own light weight virtualized environemnts (LVE) which consumes predefined amount of resources allocated for each user. That is, each user will be in a caged environment.
The resource usage of any user won’t affect the stability of another users. Each user will be allocated a specific amount of resources. If a user’s PHP script utilizes the entire resources allocated to it, then it won’t affect other users. Only that particular user will face problems related to this. That particular user will get a “Resource limit reached” error while he access his website.
Read more articles from the list below:
Introduction to CloudLinux and its installation guide.
Introduction to CageFS and PHP Selector and its installation – CloudLinux
Advantages of CloudLinux – a detailed view!
What is Entry Processes Limit (EP) in a CloudLinux server?
Managing LVE via command line – lvectl
Why lvetop? A smart tool to monitor CloudLinux resource usage.
Errors and solutions:
[Solved] 508 Resource Limit Is Reached – cPanel – CloudLinux
cldetect – A tool to detect installed software details
What is cldetect? It is a tool developed by CloudLinux to manage installed software. It is used to detect installed software, and adjust CloudLinux options accordingly. As we know, CloudLinux has a lot of options available to manage and tweak…
[Solved] PHP modules not loading properly – CloudLinux
Problem : The websites using server’s native PHP version is not loading properly. The modules in CloudLinux’s PHP versions are not loading correctly. They are not selected by default. I faced this problem on one of our servers which has CloudLinux OS…
CLI tips to manage CageFS – cagefsctl command for CloudLinux server
CloudLinux is a Linux based Operating system especially used in a shared environment which isolates each user in its own light weight virtualized environments (LVE) which consumes predefined amount of resources allocated for each user. We already covered some topics…
Resource allocation and monitoring using LVE – CloudLinux
What is LVE? It’s a module that works with CloudLinux kernel. This concept has a lot of advantages in web hosting technology. It’s something similar to the virtualization technique that we use traditionally. The most important GOAL of LVE is to make…
How do I enable/disable Xcache via cPanel – CloudLinux
It’s very simple to mange PHP directives on a CloudLinux server as we’ve PHP selector on it. We already summarized this on the topic >> Introduction to CageFS and PHP Selector << We can simply manage this through cPanel >>…
How to install MariaDB in cPanel CloudLinux based server
MariaDB is an enhanced drop-in replacement for MySQL. Latest stable version of MariaDB is 10.0. First of all, we need to take the backup of all the databases in the server and then we can safely proceed with the MariaDB…