]> granicus.if.org Git - apache/commitdiff
Add some compatibilty notes for some options of "support" applications
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 22 Jun 2014 05:34:36 +0000 (05:34 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 22 Jun 2014 05:34:36 +0000 (05:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1604534 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/programs/ab.xml
docs/manual/programs/htpasswd.xml
docs/manual/programs/rotatelogs.xml

index 845a587fc118b6e5688332be8be858643f897d59..a58985e9bffc39bc77e5fd8b7fa956ad8a5c7b41 100644 (file)
     'gnuplot' file; as the results are already 'binned'.</dd>
 
     <dt><code>-f <var>protocol</var></code></dt>
-    <dd>Specify SSL/TLS protocol (SSL2, SSL3, TLS1, or ALL).</dd>
+    <dd>Specify SSL/TLS protocol (SSL2, SSL3, TLS1, TLS1.1, TLS1.2, or ALL).<br />
+    TLS1.1 and TLS1.2 support available in 2.4.4 and later.</dd>
 
     <dt><code>-g <var>gnuplot-file</var></code></dt>
     <dd>Write all measured values out as a 'gnuplot' or TSV (Tab separate
 
     <dt><code>-l</code></dt>
     <dd>Do not report errors if the length of the responses is not constant. This 
-    can be usefull for dynamic pages.
+    can be usefull for dynamic pages.<br />
+    Available in 2.4.7 and later.
     </dd>
 
     <dt><code>-m <var>HTTP-method</var></code></dt>
-    <dd>Custom HTTP method for the requests.  This option is available in Apache
-    HTTP Server 2.4.10 and later.</dd>
+    <dd>Custom HTTP method for the requests.<br />
+    Available in 2.4.10 and later.</dd>
 
     <dt><code>-n <var>requests</var></code></dt>
     <dd>Number of requests to perform for the benchmarking session. The default
 
     <dt><code>-s <var>timeout</var></code></dt>
     <dd>Maximum number of seconds to wait before the socket times out.
-    Default is 30 seconds.</dd>
+    Default is 30 seconds.<br />
+    Available in 2.4.4 and later.</dd>
 
     <dt><code>-S</code></dt>
     <dd>Do not display the median and standard deviation values, nor display
index e5a6af95e5d39cc4318baeefd23c3c74f853d79d..c2c71fc6288e003c75e36c4bece24a891030d63d 100644 (file)
@@ -108,7 +108,8 @@ distribution.</seealso>
     <dd>Use batch mode; <em>i.e.</em>, get the password from the command line
     rather than prompting for it. This option should be used with extreme care,
     since <strong>the password is clearly visible</strong> on the command
-    line. For script use see the <code>-i</code> option.</dd>
+    line. For script use see the <code>-i</code> option.<br />
+    Available in 2.4.4 and later.</dd>
 
     <dt><code>-i</code></dt>
     <dd>Read the password from stdin without verification (for script usage).</dd>
@@ -161,7 +162,8 @@ distribution.</seealso>
 
     <dt><code>-v</code></dt>
     <dd>Verify password. Verify that the given password matches the password
-    of the user stored in the specified htpasswd file.</dd>
+    of the user stored in the specified htpasswd file.<br />
+    Available in 2.4.5 and later.</dd>
 
     <dt><code><var>passwdfile</var></code></dt>
     <dd>Name of the file to contain the user name and password. If
index f6c6aec5086df4008067bdbce6e5a54fd902ee62..28c5d46ba73934b746eed7b9ed77d67a218258d4 100644 (file)
@@ -106,7 +106,8 @@ processed in real time by a further tool in the chain.</dd>
 <dt><code>-n <var>number-of-files</var></code></dt>
 <dd>Use a circular list of filenames without timestamps.
 With -n 3, the series of log files opened would be
-"logfile", "logfile.1", "logfile.2", then overwriting "logfile".</dd>
+"logfile", "logfile.1", "logfile.2", then overwriting "logfile".<br />
+Available in 2.4.5 and later.</dd>
 
 <dt><code><var>logfile</var></code></dt>