Author |
|
bokehman
Joined: 12 Oct 2006 Posts: 11
|
Posted: Fri 28 Sep '07 10:38 Post subject: DoS attack prevention |
|
|
Where can I get a compiled module for Apache 2.2 to stop someone requesting the same file 50 times a second? |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Fri 28 Sep '07 11:15 Post subject: |
|
|
There is dosevasive, but that blocks the request only with a 403 error. The server still has to handle that request. It only will reduse outgoing traffic. A better solution is blocking that with a router that is before the apache server. |
|
Back to top |
|
bokehman
Joined: 12 Oct 2006 Posts: 11
|
Posted: Sat 29 Sep '07 16:28 Post subject: |
|
|
How can a router know what to block?
Where can I get dos evasive? |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Sun 30 Sep '07 23:13 Post subject: |
|
|
The module you can get Removed
See also here |
|
Back to top |
|
tdonovan Moderator
Joined: 17 Dec 2005 Posts: 611 Location: Milford, MA, USA
|
Posted: Mon 01 Oct '07 17:40 Post subject: |
|
|
re: "How can a router know what to block? "
Many (but not all) routers have a setup page for "IP Filtering" or "IP Address-Based Filtering" where you can enter an IP address and specify that it is to be always rejected.
-tom- |
|
Back to top |
|
ntldr
Joined: 08 Nov 2007 Posts: 1
|
Posted: Thu 08 Nov '07 11:17 Post subject: |
|
|
Quote: | Where can I get a compiled module for Apache 2.2 to stop someone requesting the same file 50 times a second? |
Try to use mod_limit http://freed0m.org/?index=mod_limit
This is special anti DDoS module. |
|
Back to top |
|
fingers
Joined: 21 Apr 2008 Posts: 7
|
Posted: Mon 28 Jul '08 14:48 Post subject: |
|
|
I can not get mod_limit to operate on apache 2,2,9
No problems when I, previously, compiled it with apache 228 using VC6+ after down-converting the project. But it now wants to crash on start.... oh well, I'll keep trying but only in my spare time |
|
Back to top |
|