Forum Moderators: phranque

Message Too Old, No Replies

Blocking access to site

         

jabbo

8:18 pm on Oct 27, 2009 (gmt 0)

10+ Year Member



I have one question, how can I forbid a person, who is Reloading my Site always, so my HTTPD is going 50 - 60 %?

When he loads my site 2x too fast, then for some seconds index forbidden?

Thanks for Replying :P

jdMorgan

8:47 pm on Oct 27, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You can easily block him completley if he always uses the same IP address.

Doing anything based on 'number of loads per unit time' requires a script to keep a database of all accesses from all IP addresses, and invoke and lift blocks based on timing, etc.

Then there are modules like mod_dos_evasive, firewalls, and other solutions. WHich one is right for you depends on your programming skills, available hosting capabilities, and how much time you want to devote to the problem.

Jim

jabbo

1:52 pm on Oct 28, 2009 (gmt 0)

10+ Year Member



Yeah Thats Right!

Mod dos_evasive.

But I cant install it for Xampp Ö.ö.
I dont know how, all Tutorials are for Linux!
Can U maybe help me?

jdMorgan

2:45 pm on Oct 28, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Some useful sites with this search: mod_dosevasive+apache+xamppp [google.com]

Jim

jabbo

9:55 am on Nov 5, 2009 (gmt 0)

10+ Year Member



Ive Looked but nothing found for my xampp on Windows Ö.ö
Everything is for LInux.

Maybe you can help me? In Msn or Icq?

That would be really great!

jabbo

12:48 pm on Nov 5, 2009 (gmt 0)

10+ Year Member



<snip>

[edited by: jdMorgan at 12:54 pm (utc) on Nov. 5, 2009]
[edit reason] No domains, e-mail, or IM IDs, please. See TOS. [/edit]

jabbo

1:14 pm on Nov 7, 2009 (gmt 0)

10+ Year Member



Nobody can help me?

jdMorgan

3:19 pm on Nov 7, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



We have only a few contributors here, and it seems that none have installed mod_dos_evasive -- or have installed it recently enough to remember enough to be of much help to you. I'd suggest that you read the documentation for that module, and do some searches for "install mod_dos_evasive" and "mod_dos_evasive installation," etc.

Jim

TheMadScientist

2:56 am on Nov 10, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



You might also look for a 'bad bot' blocking script, like the one linked in the PHP Library:

Blocking Badly Behaving Bots [webmasterworld.com]