- 論壇徽章:
- 0
|
配置如下
Timeout 10
KeepAlive On
MaxKeepAliveRequests 100
KeepAliveTimeout 15
<IfModule prefork.c>
StartServers 10
MinSpareServers 10
MaxSpareServers 25
ServerLimit 2000
MaxClients 1000
MaxRequestsPerChild 0
</IfModule>
然后過段時間 一般是幾個小時到半天 就會無法訪問
查看錯誤日志
先是一大堆的這個
[Mon Jun 04 09:18:43 2007] [warn] child process 634 still did not exit, sending a SIGTERM
[Mon Jun 04 09:18:43 2007] [warn] child process 644 still did not exit, sending a SIGTERM
[Mon Jun 04 09:18:43 2007] [warn] child process 645 still did not exit, sending a SIGTERM
[Mon Jun 04 09:18:43 2007] [warn] child process 646 still did not exit, sending a SIGTERM
[Mon Jun 04 09:18:43 2007] [warn] child process 28030 still did not exit, sending a SIGTERM
[Mon Jun 04 09:18:43 2007] [warn] child process 654 still did not exit, sending a SIGTERM
[Mon Jun 04 09:18:43 2007] [warn] child process 681 still did not exit, sending a SIGTERM
[Mon Jun 04 09:18:43 2007] [warn] child process 687 still did not exit, sending a SIGTERM
[Mon Jun 04 09:18:43 2007] [warn] child process 688 still did not exit, sending a SIGTERM
[Mon Jun 04 09:18:43 2007] [warn] child process 690 still did not exit, sending a SIGTERM
[Mon Jun 04 09:18:43 2007] [warn] child process 691 still did not exit, sending a SIGTERM
[Mon Jun 04 09:18:43 2007] [warn] child process 692 still did not exit, sending a SIGTERM
等等等
然后是一大堆的這個。。。
[Mon Jun 04 09:18:47 2007] [error] child process 32316 still did not exit, sending a SIGKILL
[Mon Jun 04 09:18:47 2007] [error] child process 524 still did not exit, sending a SIGKILL
[Mon Jun 04 09:18:47 2007] [error] child process 528 still did not exit, sending a SIGKILL
[Mon Jun 04 09:18:47 2007] [error] child process 532 still did not exit, sending a SIGKILL
[Mon Jun 04 09:18:47 2007] [error] child process 609 still did not exit, sending a SIGKILL
[Mon Jun 04 09:18:47 2007] [error] child process 610 still did not exit, sending a SIGKILL
[Mon Jun 04 09:18:47 2007] [error] child process 633 still did not exit, sending a SIGKILL
[Mon Jun 04 09:18:47 2007] [error] child process 645 still did not exit, sending a SIGKILL
[Mon Jun 04 09:18:47 2007] [error] child process 646 still did not exit, sending a SIGKILL
[Mon Jun 04 09:18:47 2007] [error] child process 28030 still did not exit, sending a SIGKILL
[Mon Jun 04 09:18:47 2007] [error] child process 654 still did not exit, sending a SIGKILL
[Mon Jun 04 09:18:47 2007] [error] child process 681 still did not exit, sending a SIGKILL
[Mon Jun 04 09:18:47 2007] [error] child process 687 still did not exit, sending a SIGKILL
[Mon Jun 04 09:18:47 2007] [error] child process 690 still did not exit, sending a SIGKILL
[Mon Jun 04 09:18:47 2007] [error] child process 691 still did not exit, sending a SIGKILL
等等等等
最后就這樣了
[Mon Jun 04 09:18:47 2007] [error] child process 941 still did not exit, sending a SIGKILL
[Mon Jun 04 09:18:47 2007] [error] child process 942 still did not exit, sending a SIGKILL
[Mon Jun 04 09:18:47 2007] [error] child process 944 still did not exit, sending a SIGKILL
[Mon Jun 04 09:18:47 2007] [error] child process 1133 still did not exit, sending a SIGKILL
[Mon Jun 04 09:18:48 2007] [error] could not make child process 500 exit, attempting to continue anyway
[Mon Jun 04 09:18:48 2007] [notice] caught SIGTERM, shutting down
百思不得其解 搜索了好多論壇與資料都得不到答案 有人說是連接數(shù)問題 但是才1000的連接數(shù)應該是不會有問題的
不知道誰曾經(jīng)遇到過這個情況 或者解決過 麻煩說個意見 先謝謝拉 |
|