How to Limit Bandwidth Using mod_bandwidth Module
Linux General,Apache does not have any rate limiting or bandwidth limitations by default. In fact, only external modules provide this functionality, so you’d have had to make a special effort to enable it. In this post we will see how you can limit bandwidth using mod_bandwidth module and limit the users to 1Mbps per domain. By…
Read moreSix Basic Options You Will Need To Configure Apache Server Tokens
Linux General,In this post, you will learn about the six basic options you will need to configure Apache Server Tokens. These options are quite different from each other and the security of the server depends on how you set this up. Apache token is generally found in the Apache main configuration file “httpd.conf”. If you don’t…
Read more