bandwidth throttle for individual websites

Discussion in 'Server Operation' started by ac15, Feb 21, 2016.

  1. ac15

    ac15 Member

    hi,
    is it possible to limit a website's traffic from within ispconfig?
    i don't want to suspend the site after reaching the limit, just limit the bandwidth it gets.
    or at least split the available bandwidth equally between all the websites on the server..
    regards,
    ac15
     
  2. ztk.me

    ztk.me Well-Known Member HowtoForge Supporter

    It's not included by default as far as I know. You have to manually set bandwith limits.
    You also need additional apache module mod_ratelimit.
     
    ac15 likes this.
  3. ac15

    ac15 Member

    hm, i'm wondering what's the best way to solve this. i'm thinking about giving the site a dedicated ip adress and limit bandwidth to this ip with my firewall. that's the cleanest solution that comes to mind, if there isn't any built-in ispconfig setting for this. not sure if i want to implement apache modules and manual limits that ispconfig doesn't know about..
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Thats no problem, just install the mod_ratelimit module and then insert the settings for it in the apache directives field of the site where you want to apply the rate limit to.
     
    ac15 likes this.
  5. ac15

    ac15 Member

    will do.
    as always, thanks for the quick and competent support!
     

Share This Page