Home » Archive by category VPS – VDS

Availability and Security When Migrating Your Website to New Hosts

network firewall - WAF
Ensuring the security of your website is an ongoing process that should be integrated into every aspect of its deployment, maintenance, and visitor safety. At CooliceHost, we provide website protection for various configurations, including single websites for business owners, multi-site WordPress installations, and web agencies with multiple clients....
Continue reading

How Redis Object Cache works?

Redis Object Cache
Redis Object Cache works by storing frequently accessed objects in memory for fast retrieval, reducing the need to fetch the objects from the original data source (such as a database) repeatedly. Here’s a step-by-step explanation of how Redis Object Cache typically operates: Application requests an object: When an...
Continue reading

Differences between OpenLiteSpeed and LiteSpeed Enterprise

openlitespeed vs litespeed enterprise
OpenLiteSpeed and LiteSpeed Enterprise are both web server software developed by LiteSpeed Technologies. While they share some similarities, there are notable differences between them: Licensing: OpenLiteSpeed is an open-source web server released under the GNU General Public License (GPL). It means that it can be used, modified, and...
Continue reading

CPU, RAM and IO Limits whith Cgroups and Systemd

Systemd made imposing a limits on a customer account so they do not bring the server down relatively easy. You just need to ensure that it cgroups are fully enabled .   nano /etc/default/grub   find GRUB_CMDLINE_LINUX=”  ” and add the systemd.unified_cgroup_hierarchy=1 there, save   update-grub && reboot...
Continue reading