akerl wrote:
Quote:
using a better performing web server like nginx or putting varnish or maybe cloudflare in front of your site
nging performs better but it dies as like as apache while the requests increase.
improving performance is not a good solution for me.
Quote:
the fix there is to adjust your web server and site to avoid being vulnerable to those tricks. Primarily, a client shouldn't be able to cause massive amounts of work per request.
this is not an answer really.
how can I fix my webserver? how can I stop client to don't do massive amounts of work per request?
The real problem is not in the massive amount of work per request but in the massive requests with really small amount of work.
Many many requests with small amount of work can saturate your worker and make your site unresposive to others.