本帖最后由 marcus56 于 2022-2-22 15:46 编辑
php的进程应该在的,应用页面平时都正常展现的,就是隔好几个小时php-fpm会被强制重启,因为是强制杀的进程,导致页面会404几分钟,之后就自动恢复正常。系统加固或者其他防护指的是什么软件呢?宝塔上装过PHP守护 1.2
fpm有这些提示(并发目前设置的动态300)
[22-Feb-2022 13:48:55] NOTICE: fpm is running, pid 5016
[22-Feb-2022 13:48:55] NOTICE: ready to handle connections
[22-Feb-2022 13:50:01] WARNING: [pool www] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 8 children, there are 28 idle, and 40 total children
[22-Feb-2022 13:52:35] WARNING: [pool www] child 5128, script '*********' (request: "GET ********") executing too slow (33.946982 sec), logging
[22-Feb-2022 13:52:35] NOTICE: child 5128 stopped for tracing
[22-Feb-2022 13:52:35] NOTICE: about to trace 5128
[22-Feb-2022 13:52:35] NOTICE: finished trace of 5128[22-Feb-2022 13:53:54] NOTICE: Reloading in progress ...
[22-Feb-2022 13:53:54] NOTICE: reloading: execvp("/www/server/php/71/sbin/php-fpm", {"/www/server/php/71/sbin/php-fpm", "--daemonize", "--fpm-config", "/www/server/php/71/etc/php-fpm.conf", "--pid", "/www/server/php/71/var/run/php-fpm.pid"})
[22-Feb-2022 13:53:54] NOTICE: using inherited socket fd=32, "/tmp/php-cgi-71.sock"
[22-Feb-2022 13:53:54] NOTICE: using inherited socket fd=32, "/tmp/php-cgi-71.sock"
[22-Feb-2022 13:53:54] NOTICE: fpm is running, pid 5501
[22-Feb-2022 13:53:54] NOTICE: ready to handle connections
|