You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@httpd.apache.org by rb...@apache.org on 2004/03/21 03:39:37 UTC

cvs commit: httpd-docs-1.3/htdocs/manual/programs ab.html

rbowen      2004/03/20 18:39:37

  Modified:    htdocs/manual/programs ab.html
  Log:
  Added the missing -X flag. Changed the incorrect -p flag to -P, and
  another incorrect -p flag to -H. Added a small detail to the (real) -p
  flag for the syntax of the post file, which doesn't seem to be
  documented anywhere.
  
  Revision  Changes    Path
  1.5       +12 -6     httpd-docs-1.3/htdocs/manual/programs/ab.html
  
  Index: ab.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/programs/ab.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ab.html	8 Oct 2001 01:36:28 -0000	1.4
  +++ ab.html	21 Mar 2004 02:39:37 -0000	1.5
  @@ -24,9 +24,9 @@
        <em>currency</em>   ]   [   -<strong>p</strong>   <em>POST   file</em>   ]  [  -<strong>A</strong>  <em>Authenticate</em>
        <em>username</em>:<em>password </em>   ]    [    -<strong>P  </strong>   <em>Proxy     Authenticate</em>
        <em>username</em>:<em>password</em>  ]  [  -<strong>H</strong>  <em>Custom  header</em>  ]  [  -<strong>C</strong> <em>Cookie</em>
  -     <em>name</em>=<em>value</em> ] [ -<strong>T</strong> <em>content</em>-<em>type</em> ] [ -<strong>v</strong> <em>verbosity</em>  ]  ]  [  -<strong>w</strong>
  -     <em>output HTML</em> ] ] [ -<strong>x</strong> &lt;<em>table</em>&gt; <em>attributes</em> ] ] [ -<strong>y</strong> &lt;<em>tr</em>&gt; <em>attri-</em>
  -     <em>butes  </em>   ]     ]     [     -<strong>z  </strong>   &lt;<em>td</em>&gt;     <em>attributes  </em>   ]
  +     <em>name</em>=<em>value</em> ] [ -<strong>T</strong> <em>content</em>-<em>type</em> ] [ -<strong>v</strong> <em>verbosity</em>  ]  [  -<strong>w</strong>
  +     <em>output HTML</em> ] [ -<strong>x</strong> &lt;<em>table</em>&gt; <em>attributes</em> ] [ -<strong>X</strong> <em>proxy[:port]</em> ]
  +     [ -<strong>y</strong> &lt;<em>tr</em>&gt; <em>attributes  </em>   ]   [     -<strong>z</strong>  &lt;<em>td</em>&gt;  <em>attributes  </em> ]
        [<em>http</em>://]<em>hostname</em>[:<em>port</em>]/<em>path</em>
   
        <strong>ab</strong> [ -<strong>V</strong> ] [ -<strong>h</strong> ]
  @@ -66,7 +66,9 @@
        -<strong>p</strong> <em>POST file</em>
                    A file containing data  that  the  program  will
                    send  to  the  Apache  server  in  any HTTP POST
  -                 requests.
  +                 requests. The contents of the file  should  look
  +                 like  <code>name=value&amp;something=other</code>,  with  special
  +                 characters URL encoded.
   
        -<strong>A</strong> <em>Authorization username</em>:<em>password</em>
                    Supply Basic Authentication credentials  to  the
  @@ -76,7 +78,7 @@
                    server needs it; that is, has sent a 401 Authen-
                    tication needed.
   
  -     -<strong>p</strong> <em>Proxy</em>-<em>Authorization username</em>:<em>password</em>
  +     -<strong>P</strong> <em>Proxy</em>-<em>Authorization username</em>:<em>password</em>
                    Supply Basic  Authentication  credentials  to  a
                    proxy  en-route.  The  username and password are
                    separated by a single ':', and sent as uuencoded
  @@ -89,7 +91,7 @@
                    ment  is  typically  a  'name=value'  pair. This
                    option may be repeated.
   
  -     -<strong>p</strong> <em>Header string</em>
  +     -<strong>H</strong> <em>Header string</em>
                    Append extra headers to the request.  The  argu-
                    ment  is typically in the form of a valid header
                    line, usually  a  colon  separated  field  value
  @@ -112,6 +114,10 @@
        -<strong>x</strong> <em>attributes</em>
                    The string to use  as  attributes  for  &lt;table&gt;.
                    Attributes are inserted &lt;table <strong>here</strong> &gt;
  +
  +     -<strong>X</strong> <em>proxy:port</em>
  +                 Use the specified proxy server, running on the
  +                 specified port.
   
        -<strong>y</strong> <em>attributes</em>
                    The string to use as attributes for &lt;tr&gt;.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org