ispCP Omega comes now with support for mod_cband. If you want to use it, you must enabled mod_cband # a2enmod cband You find now more Infos about it in the Apache ispcp.conf # vi /etc/apache2/sites-enabled/ispcp.conf Here is now the mod_cband content: <IfModule mod_cband.c>
<CBandUser yourdomain.tld>
CBandUserLimit 1024Mi
CBandUserScoreboard /var/www/scoreboards/yourdomain.tld
CBandUserPeriod 4W
CBandUserPeriodSlice 1W
CBandUserExceededURL http://admin.ispcpdemo.homeip.net/errors/bw_exceeded.html
</CBandUser>
</IfModule>
CBandUserScoreboard = File for writing down the bandwidth usages There are alot of more Options to handle IP´s or Search Engines like the Google Bot to slow down the Speed.
You can check the mod_cband status page here NotesBy default in Debian the cband-stats and cband-stats-me are enabled. Both pages can be accessed by anyone meaning anyone is able to know who is visiting any page of the domain. Make sure to at least disable cband-status-me because it provides some options to reset the bandwidth counters. |
