
error_log = /var/log/PHP5-fpm.log
我注意到我在Ubuntu 12.04中找到的大部分日志都不是用14.04编写的.例如,如果我在我的Ubuntu 12.04中重新启动PHP5-fpm,则会写入重启日志,但是,这不会发生在14.04中.我在14.04错过的另一个日志如下:
[23-Aug-2014 16:23:03] NOTICE: [pool web42] child 118098 exited with code 0 after 12983.480191 seconds from start[23-Aug-2014 16:23:03] NOTICE: [pool web42] child 147653 started[23-Aug-2014 17:27:31] WARNING: [pool web8] child 76743,script '/var/www/mysite.com/web/wp-comments-post.PHP' (request: "POST /wp-comments-post.PHP") executing too slow (12.923022 sec),logging
我真的很想拥有这种日志,所以我会知道慢速脚本执行的时间长度.
有没有人知道除了/etc/PHP5/fpm/PHP-fpm.conf之外我是否还需要更改Ubuntu 14.04中的其他设置?
更新:
这是我运行/etc/init.d/PHP5-fpm restart时的结果; find / -type d -name / proc -prune -o -type f -mmin 2 -print:
find: warning: Unix filenames usually don't contain slashes (though pathnames do). That means that '-name `/proc'' will probably evaluate to false all the time on this system. You might find the '-wholename' test more useful,or perhaps '-samefile'. Alternatively,if you are using GNU grep,you Could use 'find ... -print0 | grep -FzZ `/proc''./var/log/ispconfig/httpd/mysite.net/error.log/var/www/clIEnts/clIEnt1/web4/web/wp-content/cache/page_enhanced/mysite.net/page/12-cool-hybrID/_index.HTML/var/www/clIEnts/clIEnt1/web11/log/error.log/var/www/clIEnts/clIEnt1/web11/tmp/sess_phi0akqc8k4r6pkqkg26im83i4/var/www/clIEnts/clIEnt1/web11/tmp/sess_vibcotqj4hht6u9boij9mufJs0/var/www/clIEnts/clIEnt1/web11/tmp/sess_lfdh2ol4hotpforolq693hvj70/var/www/clIEnts/clIEnt1/web11/tmp/sess_64slp06h69v35tg6nfq6u1uqm2解决方法 正在写入日志
./var/log/upstart/PHP5-fpm.log
发现这非常令人讨厌.
感谢luigi(在评论中)指出这一点.
总结以上是内存溢出为你收集整理的linux – 没有什么是用php5-fpm.log编写的全部内容,希望文章能够帮你解决linux – 没有什么是用php5-fpm.log编写的所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)