Server Connection Closed Description: The server requested closed the connection before the transaction was completed.
网站最近几天偶尔出现这个报错?
看php日志:
[11-May-2022 10:53:15] WARNING: [pool www] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 32 children, there are 2 idle, and 37 total children
[11-May-2022 10:53:20] WARNING: [pool www] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 8 children, there are 0 idle, and 47 total children
[11-May-2022 10:53:32] WARNING: [pool www] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 8 children, there are 0 idle, and 63 total children
[11-May-2022 10:54:51] WARNING: [pool www] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 8 children, there are 0 idle, and 28 total children
[11-May-2022 10:54:52] WARNING: [pool www] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 16 children, there are 0 idle, and 33 total children
[11-May-2022 10:54:53] WARNING: [pool www] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 32 children, there are 4 idle, and 38 total children
慢日志:
[09-May-2022 17:36:48] [pool www] pid 21080
script_filename = /www/wwwroot/xxxx/index.php
[0x00007f620b815810] file_get_contents() /www/wwwroot/xxxx/file/cache/tpl/default/index.php:316
[0x00007f620b813ae0] [INCLUDE_OR_EVAL]() /www/wwwroot/xxxx/index.php:75
[09-May-2022 17:39:28] [pool www] pid 19817
script_filename = /www/wwwroot/xxxx/index.php
[0x00007f620b815810] file_get_contents() /www/wwwroot/xxxx/file/cache/tpl/default/index.php:316
[0x00007f620b813ae0] [INCLUDE_OR_EVAL]() /www/wwwroot/xxxx/index.php:75
[09-May-2022 17:39:28] [pool www] pid 25967
script_filename = /www/wwwroot/xxxx/index.php
[0x00007f620b815810] file_get_contents() /www/wwwroot/xxxx/file/cache/tpl/default/index.php:316
[0x00007f620b813ae0] [INCLUDE_OR_EVAL]() /www/wwwroot/xxxx/index.php:75
麻烦技术帮忙看看 什么问题造成的?感谢
|
|