View Single Post

  #2 (permalink)  
Old 05-24-2008, 07:10 PM
nixcraft's Avatar
nixcraft nixcraft is offline
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
My distro: Ubuntu
Posts: 1,035
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default Lighttpd throttle IP

Yes there is a module called mod_evasive. You can set upper limit of number of connections per ip allowed using following directive:
Code:
evasive.max-conns-per-ip = 3
However, this 1.5 specific module, so you need to run 1.5 series lighttpd which is under beta for some time.

Docs:ModEvasive - lighttpd - secure, fast, compliant, and very flexible web-server - Trac
__________________
Vivek | My personal blog
Linux Evangelist
Play hard stay cool
Reply With Quote