How to Limit Bandwidth in Apache and Nginx

In this guide, I will show you how limit bandwidth in Apache and Nginx. Apache You need to install Apache web server and configure virtual host for your domain. Please take a look on the manual. Enable the mod_ratelimit module: nano /etc/httpd/conf.modules.d/00-base.conf Uncomment the line: LoadModule ratelimit_module modules/mod_ratelimit.so Add to your virtual host file: <IfModule […]

Read More

How to disable SELinux on CentOS / RHEL / Fedora

  Security-Enhanced Linux (SELinux) is a security architecture for Linux® systems that allows administrators to have more control over who can access the system. It was originally developed by the United States National Security Agency (NSA) as a series of patches to the Linux kernel using Linux Security Modules (LSM).

Read More