summaryrefslogtreecommitdiff
path: root/docs/manual
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2011-06-25 12:00:26 +0000
committerStefan Fritsch <sf@apache.org>2011-06-25 12:00:26 +0000
commit4d00c63be6f6cff98f0686dbcf41aa965c547d3c (patch)
treeda09d8d0cd55a11234de40a458f1df7c352ecf43 /docs/manual
parentac97ede2804daa8599bf205ea342674170c6401f (diff)
downloadhttpd-4d00c63be6f6cff98f0686dbcf41aa965c547d3c.tar.gz
Support specifying the local address to use.
PR: 48930. Submitted by: Peter Schuller <scode spotify com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1139530 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual')
-rw-r--r--docs/manual/programs/ab.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/manual/programs/ab.xml b/docs/manual/programs/ab.xml
index e1f13100b4..11b0f88d13 100644
--- a/docs/manual/programs/ab.xml
+++ b/docs/manual/programs/ab.xml
@@ -38,6 +38,7 @@
<p><code><strong>ab</strong>
[ -<strong>A</strong> <var>auth-username</var>:<var>password</var> ]
[ -<strong>b</strong> <var>windowsize</var> ]
+ [ -<strong>B</strong> <var>local-address</var> ]
[ -<strong>c</strong> <var>concurrency</var> ]
[ -<strong>C</strong> <var>cookie-name</var>=<var>value</var> ]
[ -<strong>d</strong> ]
@@ -80,6 +81,9 @@
<dt><code>-b <var>windowsize</var></code></dt>
<dd>Size of TCP send/receive buffer, in bytes.</dd>
+ <dt><code>-B <var>local-address</var></code></dt>
+ <dd>Address to bind to when making outgoing connections.</dd>
+
<dt><code>-c <var>concurrency</var></code></dt>
<dd>Number of multiple requests to perform at a time. Default is one
request at a time.</dd>