You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2014/06/22 07:36:19 UTC

svn commit: r1604535 - in /httpd/httpd/trunk/docs/manual/programs: ab.xml htpasswd.xml rotatelogs.xml

Author: jailletc36
Date: Sun Jun 22 05:36:19 2014
New Revision: 1604535

URL: http://svn.apache.org/r1604535
Log:
Add some compatibilty notes for some options of "support" applications

Modified:
    httpd/httpd/trunk/docs/manual/programs/ab.xml
    httpd/httpd/trunk/docs/manual/programs/htpasswd.xml
    httpd/httpd/trunk/docs/manual/programs/rotatelogs.xml

Modified: httpd/httpd/trunk/docs/manual/programs/ab.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/ab.xml?rev=1604535&r1=1604534&r2=1604535&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/ab.xml (original)
+++ httpd/httpd/trunk/docs/manual/programs/ab.xml Sun Jun 22 05:36:19 2014
@@ -106,7 +106,8 @@
     '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
@@ -131,12 +132,13 @@
 
     <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
@@ -163,7 +165,8 @@
 
     <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

Modified: httpd/httpd/trunk/docs/manual/programs/htpasswd.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/htpasswd.xml?rev=1604535&r1=1604534&r2=1604535&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/htpasswd.xml (original)
+++ httpd/httpd/trunk/docs/manual/programs/htpasswd.xml Sun Jun 22 05:36:19 2014
@@ -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

Modified: httpd/httpd/trunk/docs/manual/programs/rotatelogs.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/rotatelogs.xml?rev=1604535&r1=1604534&r2=1604535&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/rotatelogs.xml (original)
+++ httpd/httpd/trunk/docs/manual/programs/rotatelogs.xml Sun Jun 22 05:36:19 2014
@@ -112,7 +112,8 @@ processed in real time by a further tool
 <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>