mod_throttle

I want to add bandwidth throttling to one of my virtual sites.

But I want to be able to limit the bandwidth by client IP address, only for that one site.

I have added this line to the server wide httpd.conf

- ThrottleClientIP 500 Volume 35M 1d

However this is enabling client IP throtteling for every website on the box, and the ip list is also shared between the entire box, so obviously other sites will overite the details put in last by the site I require throttling on. If I add the throttleclientip directive to a virtual host entry, apache craps out!

How can I go about just throttling the bandwidth per client IP on one virtual host ?

Is there a better program than this mod_throttle?

 

 

 

 

Top