0

I have an apache server that acts as a load balancer to pass off requests to tomcat application servers. I wish to rate limit the http access by ips, and potentially throttle requests, how can this be done?

user12145
  • 1,075
  • 6
  • 26
  • 47
  • Related: http://serverfault.com/questions/252555/limit-simultaneous-connections-per-ip-with-apache2 – Chris S Sep 10 '14 at 19:00

1 Answers1

-1

A possible solution can be using iproute2 htb. see this for an idea: http://luxik.cdi.cz/~devik/qos/htb/manual/userg.htm

Mehdi
  • 80
  • 1
  • 6