httpd/Mysqld 超时很多
我经常使用 Fedora 14 和 httpd 超时。
是否有日志或其他东西可以告诉我每秒/分钟有多少个到 httpd 和 mysqld 的连接...等等
我对 Linux 很陌生,请帮助我:)
I'm using Fedora 14 and httpd timeout a lot.
Is there a log or something that tell me how many connnections to httpd and mysqld every second/minutes...etc
I'm very new to linux, please help me :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在 httpd 中查看访问日志以查看请求:
可能因您的版本而异:
访问日志
或者,如果建立的会话过早超时,请设置 <代码>KeepAlive和
KeepAliveTimeout
:KeepAlive
KeepAliveTimeout
You can view the Access Log in httpd to see requests:
May be different for your version:
Access Log
Or if the established session is timing out too early, set
KeepAlive
andKeepAliveTimeout
:KeepAlive
KeepAliveTimeout