Alternatively, try using http://datagraph.rubyforge.org/rack-throttle/
to throttle requests. (it's done per client IP I believe, so regular visitors should get their normal requests fine, and repeated spammers will be denied). On Sep 29, 12:19 pm, Alex <[email protected]> wrote: > Could you write a rack middleware that blocks IPs/domains/url > patterns? > > Rack is blazing fast (at least compared to the rest of your stack) so > it should help. > > On Sep 29, 10:35 am, Alex Killough <[email protected]> wrote: > > > > > So I feel I've either got a DDOS underway on one of my sites or a > > malicious script sending multiple requests per second. On a VPS I know > > how to deal with this pretty easily by checking server logs, editing > > IP tables, and blocking particular domains and script/url patterns. Is > > there an equivalent home remedy for heroku? -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
