httpd/Mysqld 超时很多

发布于 2024-11-25 04:26:10 字数 120 浏览 1 评论 0原文

我经常使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

稀香 2024-12-02 04:26:10

您可以在 httpd 中查看访问日志以查看请求:

LogFormat "%h %l %u %t \"%r\" %>s %b" common
CustomLog logs/access_log common

可能因您的版本而异:
访问日志

或者,如果建立的会话过早超时,请设置 <代码>KeepAlive和KeepAliveTimeout

KeepAlive

KeepAliveTimeout

You can view the Access Log in httpd to see requests:

LogFormat "%h %l %u %t \"%r\" %>s %b" common
CustomLog logs/access_log common

May be different for your version:
Access Log

Or if the established session is timing out too early, set KeepAlive and KeepAliveTimeout:

KeepAlive

KeepAliveTimeout

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文