Hi, so a few minutes ago my Apache server site got hit by DDOS attack it seems. The server first slowed down.
Then, I logged into the server and found via the top command that there were about 75 PHP processes running and closing, spawning more and more php processes.
My question is, how to setup Apache to make sure so many php processes are not spawned? Is there any cheap way to mitigate this php based ddos attack? Thanks!