Apache 基准测试问题

发布于 2024-11-17 03:41:48 字数 264 浏览 3 评论 0原文

我像这样(在本地主机中)运行了 apache 基准测试,

ab -n1000 -c10 http://someproject/  

但是来自站点 http://someproject/ 的警告都没有输入到 apache 日志文件中。

ab 命令运行良好。它需要虚拟主机文件和其中写入的所有服务器名称,但它不会更新虚拟主机文件中提到的日志文件。

有人可以帮忙吗?

I ran apache benchmark like this (in localhost)

ab -n1000 -c10 http://someproject/  

But none of the warning from site http://someproject/ is entered in to apache log file.

ab command ran well. It takes virtual host file and all the serverName written there, but it doesn't update log file which is mentioned in the virtual host file.

Can anybody can help ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

給妳壹絲溫柔 2024-11-24 03:41:48

它是否命中了虚拟主机,或者也可能命中了根级别 documentroot 指令指定的“默认主机”?以前也被我咬过。

Is it hitting the virtual host, or could it also be hitting the "default host" as specified by the root level documentroot directive? That's bitten me before.

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