Apache 基准测试问题
我像这样(在本地主机中)运行了 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它是否命中了虚拟主机,或者也可能命中了根级别 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.