3 steps to protect Webserver against DoS?

  • Thread starter Thread starter postcd
  • Start date Start date
P

postcd

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...
 
Back
Top