| Sebastien B. 2005-06-12, 5:50 pm |
| I've noticed that one of my scripts on my site is getting hit a lot; now
this is either from someone running a script, or a really quick, but really
really really dumb person doing it by hand, since every resulting page
clearly states that doing the same request again is pointless. But given
that these come in 1-3 times/second, I believe it's a script.
I'd like to be able to completely block the client after a certain threshold
of requests; I've look at mod_dosevasive and it would be perfect, except for
the fact that it doesn't allow to restrict (or exclude) the resources to
check for abuse, which I need since another script on my site get called
legitimately quite frequently, probably enough to look like a DOS for the
module.
Is there anything else out there that works similar to this module, but
would allow more flexibility as to where it gets applied?
Seb
|