Posted March 31, 201410 yr Hi, there are 3 steps on how to protect against Denial of Service attack on a webserver: - limiting the number of requests that a server will accept from a single IP address in a fixed time frame - lowering the minimum transfer rate of a single connection - reducing the connection time from a single client Please can you write ideas on how to apply these protections on basic Apache webserver? I think these are really basics Continue reading...
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.