免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2221 | 回复: 1
打印 上一主题 下一主题

[Web] Apache2.2经常出Service Temporarily Unavailable [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2009-03-12 15:11 |只看该作者 |倒序浏览
独立服务器,配置还算可以,win2003下新装Apache2.2, 访问量不大,每天1000IP左右,客户反映动不动就出现Service Temporarily Unavailable,以前用apache2.0的时候都没有这个问题的。不知道是怎么回事

配置文件中只修改过以下两个文件

apache-default.conf修改过的配置
Timeout 300
#
# KeepAlive: Whether or not to allow persistent connections (more than
# one request per connection). Set to "Off" to deactivate.
#
KeepAlive On
#
# MaxKeepAliveRequests: The maximum number of requests to allow
# during a persistent connection. Set to 0 to allow an unlimited amount.
# We recommend you leave this number high, for maximum performance.
#
MaxKeepAliveRequests 512
#
# KeepAliveTimeout: Number of seconds to wait for the next request from the
# same client on the same connection.
#
KeepAliveTimeout 15



httpd-mpm.conf修改过的配置
<IfModule mpm_winnt_module>
    ThreadsPerChild      128
    MaxRequestsPerChild  10240

</IfModule>

[ 本帖最后由 vangzi 于 2009-3-12 15:15 编辑 ]

论坛徽章:
0
2 [报告]
发表于 2009-03-21 11:23 |只看该作者
带宽被占用完了。。
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP