Hi everone,
I have looked further into this.
In /var/log/nginx/error.log, I found a lot of fpm failed lines
2025/05/20 10:25:39 [error] 64525#64525: *924907 connect() to unix:/run/php7.4-fpm.atom.sock failed (11: Resource temporarily unavailable) while connecting to upstream, client: 191.31.169.49, server: _, request: "GET /index.php/informationobject/browse?media=print&places=1848&sf_culture=es&sort=lastUpdated&sortDir=asc&subjects=10888&topLod=0 HTTP/1.1", upstream: "fastcgi://unix:/run/php7.4-fpm.atom.sock:", host: "xxx"
2025/05/20 10:26:22 [error] 64525#64525: *927209 FastCGI sent in stderr: "PHP message: Empty module and/or action after parsing the URL "/ir/" (/)" while reading response header from upstream, client: 45.156.30.133, server: _, request: "GET /ir/ HTTP/1.1", upstream: "fastcgi://unix:/run/php7.4-fpm.atom.sock:", host: "xxx"
In /var/log/php7.4-fpm.log, it is recommending raising pm.max_children
[18-May-2025 00:39:50] WARNING: [pool atom] seems busy (you may need to increase
pm.start_servers, or pm.min/max_spare_servers), spawning 8 children, there are
2 idle, and 18 total children
[18-May-2025 00:39:59] WARNING: [pool atom] server reached pm.max_children setti
ng (30), consider raising it
Currently, I have just followed the instructions for setting up atom.conf
Any suggestions for the pm.max_children value?
pm = dynamic
pm.max_children = 30
pm.start_servers = 10
pm.min_spare_servers = 10
pm.max_spare_servers = 10
pm.max_requests = 200
Thanks,
John