On Wed, Mar 31, 2010 at 7:59 PM, mowsen <[email protected]> wrote: > Hej volks! > > > I'm experiencing some DDOS attacks against my wordpress blog wich runs > on a PIII/600 MHz/256 MB Ram/100 MBit machine lately. The attacker > commands approx. 500 different IPs to my blog that all request the same > post.
Have you considered giving nginx a run? you could set this up as a reverse proxy mitigating requests for apache running on localhost:8080 or whatever you desire. nginx is much more capable of handling this sort of situation, and you might have more leverage towards selectively/accurately (to a degree) filtering the illegitimate requests out. maybe, maybe not.. but this is one of the roles nginx was built for, so I imagine it might get you a little further than apache so far.. :) ~Jason

