亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

  免費注冊 查看新帖 |

Chinaunix

  平臺 論壇 博客 文庫
最近訪問板塊 發(fā)新帖
查看: 3253 | 回復: 6
打印 上一主題 下一主題

[Web] apache2 幾乎每天死兩次 [復制鏈接]

論壇徽章:
0
跳轉(zhuǎn)到指定樓層
1 [收藏(0)] [報告]
發(fā)表于 2007-06-04 12:44 |只看該作者 |倒序瀏覽
配置如下

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)遇到過這個情況  或者解決過   麻煩說個意見   先謝謝拉

論壇徽章:
5
2015年辭舊歲徽章
日期:2015-03-03 16:54:152015年迎新春徽章
日期:2015-03-04 09:53:172015亞冠之水原三星
日期:2015-06-02 16:34:202015年亞冠紀念徽章
日期:2015-10-19 18:13:37程序設計版塊每日發(fā)帖之星
日期:2015-11-08 06:20:00
2 [報告]
發(fā)表于 2007-06-04 12:53 |只看該作者
換Worker模式看看

論壇徽章:
0
3 [報告]
發(fā)表于 2007-06-04 13:02 |只看該作者
關鍵是這臺服務器是由 虛擬主機系統(tǒng) 控制的  apache不能自己編譯  只能從解決問題方面著手了

論壇徽章:
0
4 [報告]
發(fā)表于 2007-06-04 16:19 |只看該作者
DirectAdmin

以前幾臺用的apache1.3   沒有問題  現(xiàn)在這臺升到了apache 2.0.59     但是就是經(jīng)常出上面的問題  唉

論壇徽章:
0
5 [報告]
發(fā)表于 2007-06-06 11:08 |只看該作者
是不是負載過重?

幫頂,等 高手。

論壇徽章:
0
6 [報告]
發(fā)表于 2007-06-12 15:13 |只看該作者
KeepAlive On 改為
KeepAlive Off
試試看呢

論壇徽章:
5
2015年辭舊歲徽章
日期:2015-03-03 16:54:152015年迎新春徽章
日期:2015-03-04 09:53:172015亞冠之水原三星
日期:2015-06-02 16:34:202015年亞冠紀念徽章
日期:2015-10-19 18:13:37程序設計版塊每日發(fā)帖之星
日期:2015-11-08 06:20:00
7 [報告]
發(fā)表于 2007-06-12 17:56 |只看該作者
一天死兩次,一次死半天?
您需要登錄后才可以回帖 登錄 | 注冊

本版積分規(guī)則 發(fā)表回復

  

北京盛拓優(yōu)訊信息技術有限公司. 版權所有 京ICP備16024965號-6 北京市公安局海淀分局網(wǎng)監(jiān)中心備案編號:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年舉報專區(qū)
中國互聯(lián)網(wǎng)協(xié)會會員  聯(lián)系我們:huangweiwei@itpub.net
感謝所有關心和支持過ChinaUnix的朋友們 轉(zhuǎn)載本站內(nèi)容請注明原作者名及出處

清除 Cookies - ChinaUnix - Archiver - WAP - TOP