At least once a day, someone tries to connect via FTP to all the IPs on our servers. Since a lot of the servers have over 200 IPs, the server load skyrockets with all the processes.
What is the best way to stop this without effecting legitimate users? Would this directive do the job?
MaxClientsPerHost 1
Also, does anyone set a MaxClients directive as a global directive since the MaxClientsPerHost will only catch them if they come from the same IP.
What is the best way to stop this without effecting legitimate users? Would this directive do the job?
MaxClientsPerHost 1
Also, does anyone set a MaxClients directive as a global directive since the MaxClientsPerHost will only catch them if they come from the same IP.