- 积分
- 4
- 威望
-
- 金钱
-
- 注册时间
- 2017-10-27
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|
下面是php-fpm.log 日志信息[27-Oct-2017 15:51:59.461351] DEBUG: pid 80760, fpm_pctl_perform_idle_server_maintenance(), line 379: [pool www] currently 2 active children, 1 spare children, 3 running children. Spawning rate 1
[27-Oct-2017 15:52:00.462491] DEBUG: pid 80760, fpm_pctl_perform_idle_server_maintenance(), line 379: [pool www] currently 1 active children, 2 spare children, 3 running children. Spawning rate 1
[27-Oct-2017 15:52:01.463651] DEBUG: pid 80760, fpm_pctl_perform_idle_server_maintenance(), line 379: [pool www] currently 0 active children, 3 spare children, 3 running children. Spawning rate 1
[27-Oct-2017 15:52:02.464463] DEBUG: pid 80760, fpm_pctl_perform_idle_server_maintenance(), line 379: [pool www] currently 1 active children, 2 spare children, 3 running children. Spawning rate 1
[27-Oct-2017 15:52:03.465655] DEBUG: pid 80760, fpm_pctl_perform_idle_server_maintenance(), line 379: [pool www] currently 0 active children, 3 spare children, 3 running children. Spawning rate 1
[27-Oct-2017 15:52:04.466892] DEBUG: pid 80760, fpm_pctl_perform_idle_server_maintenance(), line 379: [pool www] currently 0 active children, 3 spare children, 3 running children. Spawning rate 1
[27-Oct-2017 15:52:05.467323] DEBUG: pid 80760, fpm_pctl_perform_idle_server_maintenance(), line 379: [pool www] currently 1 active children, 2 spare children, 3 running children. Spawning rate 1
[27-Oct-2017 15:52:06.468381] DEBUG: pid 80760, fpm_pctl_perform_idle_server_maintenance(), line 379: [pool www] currently 1 active children, 2 spare children, 3 running children. Spawning rate 1
[27-Oct-2017 15:52:07.469393] DEBUG: pid 80760, fpm_pctl_perform_idle_server_maintenance(), line 379: [pool www] currently 1 active children, 2 spare children, 3 running children. Spawning rate 1
[27-Oct-2017 15:52:08.470407] DEBUG: pid 80760, fpm_pctl_perform_idle_server_maintenance(), line 379: [pool www] currently 1 active children, 2 spare children, 3 running children. Spawning rate 1
[27-Oct-2017 15:52:09.470801] DEBUG: pid 80760, fpm_pctl_perform_idle_server_maintenance(), line 379: [pool www] currently 0 active children, 3 spare children, 3 running children. Spawning rate 1
[27-Oct-2017 15:52:10.472061] DEBUG: pid 80760, fpm_pctl_perform_idle_server_maintenance(), line 379: [pool www] currently 0 active children, 3 spare children, 3 running children. Spawning rate 1
[27-Oct-2017 15:52:11.473341] DEBUG: pid 80760, fpm_pctl_perform_idle_server_maintenance(), line 379: [pool www] currently 0 active children, 3 spare children, 3 running children. Spawning rate 1
[27-Oct-2017 15:52:12.474613] DEBUG: pid 80760, fpm_pctl_perform_idle_server_maintenance(), line 379: [pool www] currently 0 active children, 3 spare children, 3 running children. Spawning rate 1
[27-Oct-2017 15:52:13.475834] DEBUG: pid 80760, fpm_pctl_perform_idle_server_maintenance(), line 379: [pool www] currently 0 active children, 3 spare children, 3 running children. Spawning rate 1
[27-Oct-2017 15:52:14.477047] DEBUG: pid 80760, fpm_pctl_perform_idle_server_maintenance(), line 379: [pool www] currently 0 active children, 3 spare children, 3 running children. Spawning rate 1
网站用的是wordpress程序,想实现zhangge.net/646.html (真的不是广告,百度到这篇文章的,有问题可以联系我删除,谢谢)这篇文章的免插件实现WordPress的Sitemap功能,之前在其他网站测试都正常,换了服务器,装的是lnmp1.4的
发现跟更改这段代码中的$myposts = get_posts('numberposts=-1&orderby=post_date&order=DESC'); numberposts=后面的数量大于3千,网站就会显示不了,报错,已经研究好久了,但是仍然没有头绪,也是首次装lnmp,希望军哥可以抽空解答下,谢谢
昨晚翻阅论坛发现有个这个帖子 wordpress3.4后主题管理不显示其他的主题?
解决方法:将scandir 函数从禁用列表里删掉就行了。 顺便解决主题不显示的另外一个问题,不知道是不是跟这个php功能问题被关闭了是否有关闭,还望军哥看下,真心麻烦你了!谢谢! |
|