logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Third-party Modules View previous topic :: View next topic
Reply to topic   Topic: DoS attack prevention
Author
bokehman



Joined: 12 Oct 2006
Posts: 11

PostPosted: Fri 28 Sep '07 10:38    Post subject: DoS attack prevention Reply with quote

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

PostPosted: Fri 28 Sep '07 11:15    Post subject: Reply with quote

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

PostPosted: Sat 29 Sep '07 16:28    Post subject: Reply with quote

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

PostPosted: Sun 30 Sep '07 23:13    Post subject: Reply with quote

The module you can get Removed

See also here
Back to top
tdonovan
Moderator


Joined: 17 Dec 2005
Posts: 611
Location: Milford, MA, USA

PostPosted: Mon 01 Oct '07 17:40    Post subject: Reply with quote

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

PostPosted: Thu 08 Nov '07 11:17    Post subject: Reply with quote

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

PostPosted: Mon 28 Jul '08 14:48    Post subject: Reply with quote

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


Reply to topic   Topic: DoS attack prevention View previous topic :: View next topic
Post new topic   Forum Index -> Third-party Modules