110: Connection timed out

I 'm using this version since I report with awstats and I changed to test some updates.
I never rollback to release (AWStats | Country origin)

I couldn’t say that release version upgrade fixed it, but I can’t negate it

I found that /etc/php/7.3/fpm/pool.d/*.conf had a low max_children value.

Maybe I am wrong, but I set to 64 (default value = 8 ) and restart php-fpm and start to work

I have this problem with all php versions installed, so I did

tar /backup/suicide_sed.tar /etc/php/
sed -i 's|max_children = 8|max_children = 64|g' /etc/php/*/fpm/*/*
for i in `ls -1 /etc/init.d/php*`; do $i restart; done

Everything seems to be working since 20 minutes ago, with some jobs to do, but I hope I can manage

I will keep you informed.

THANK YOU

1 Like