Solved httpd + php-fpm74 take a lot of resources and site unavailable

And what logs should I analyze, there are a lot of them.
Did you check the domain usage log? And how many requests there are roughly per second? Try to block all the AI bots, starting with robots.txt (google ai block robots.txt). And with suggestions earlier in the topic

Or if you don’t have any customers in Asia use Cloudflare to block all traffic from Asia🤪 a week ago i had problems with an phpBB forum and switched to Cloudflare.. ~700.000 blocked bot requests in less than 24 hours
 
We also had attacks from both Alibaba and Google Cloud ip's causing high server loads. So we ended up blocking them all.
I like Cloudflare but don't want to use it because I don't want to put the nameservers to Cloudflare for customer domains.
There is a topic about blocking bots in httpd-includes.conf which helped me very well too.
 
I tried all kind of settings for mysql, the csf and ip banning.
But it seems to come down to the php-fpm service.
When I restart it, it all works fine again for just 2 minutes.
 
In that case the server-status should show what is trying to overload your system. It's an overview of everything connected. That way I discovered attacks from Google Cloud systems.
I'm sure smtalk's company will find out what is going on.
 
Back
Top