Handling multiple HTTP requests from one source (e.g.a hacker)
- by Haraldo
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,