本文介绍了如何ApacheBench可以按照重定向的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我用AB(ApacheBench),2.3版。

I use AB(ApacheBench), Version 2.3.

我想测试一下。HTTP://本地主机/我的空间使用基本身份验证

I'm trying to test "http://localhost/myPage" with Basic Authentication.

有当我使用Web浏览器像即没有任何问题。

There isn’t any problem when I use web browser like I.E.

在Apache的日志消息显示HTTP响应code更改401-> 301-> 200

The apache’s log message shows HTTP response code changing 401->301->200.

据Saied如何我的http请求被成功完成。

It saied my http request was finished successfully.

但是当我使用AB,结果是不同的。

But when I use AB , result is different .

AB Saied如何请求已完成,但Apache的日志显示状态停在301。

AB saied request was completed but Apache’s log shows status has stopped at 301.

现在,我的问题是如何获得AB如下重定向301。

Now,My question is how to get AB follows to redirect 301.

推荐答案

本地主机/我的空间;不正确的path.I shuld关闭请求说明书以/,如本地主机/ MYPAGE /现在AB如下重定向301。

"localhost/myPage"; isn't correct path.I shuld close request statment with "/" like "localhost/myPage/" Now AB follows redirect 301.

这篇关于如何ApacheBench可以按照重定向的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-31 18:29