PS If the attack is done by accessing a page on your server by too many people/bots, there might be a quick workaround to stop this.
I also admin a site that gets hit by attacks pretty often. First what i do when it happens is to password protect the site with a .htaccess, using a simple user/pasword. I provide the user and pass in the login prompt. Like this any human can see the user/pass and get in. All bots etc... will be stopped by the login prompt, reducing the server load a lot.
Just leave that extra login until the attack is over/stopped.
Only "problem" is members who do not read.
|