Handling multiple HTTP requests from one source (e.g.a hacker)
Posted
by Haraldo
on Stack Overflow
See other posts from Stack Overflow
or by Haraldo
Published on 2010-04-18T19:50:18Z
Indexed on
2010/04/18
19:53 UTC
Read the original article
Hit count: 249
Hi there,
I have a script to handle http requests. I'm trying to think of some of the security issues I might have with it. My biggest concern at the moment is how I can manage multiple requests from the same source over and over. For instance someone trying to shut down my system.
Do I need to be concerned or will Apache handling this issue. If not what is the best approach to take using php?
Thanks,
© Stack Overflow or respective owner