我们从apache日志(phpstudy/logs/Apache/logs/error.log)来找这个时间点的错误日志来看他是否假死,一下就提供两种优化方法,仅供参考!
优化Apache连接数
在httpd.conf中增加以下内容
ThreadsPerChild 1500
MaxRequestsPerChild 5000
取消httpd.conf文件中“# Include conf/extra/httpd-mpm.conf”行的注释符号“#”
修改ThreadsPerChild 和MaxRequestsPerChild
ThreadsPerChild 2000MaxRequestsPerChild 10000