From: Christophe Jaillet Date: Sun, 22 Jun 2014 05:34:36 +0000 (+0000) Subject: Add some compatibilty notes for some options of "support" applications X-Git-Tag: 2.4.10~102 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=37ae24122df4f6ec6dfaf962821974272e3a2635;p=apache Add some compatibilty notes for some options of "support" applications git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1604534 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/programs/ab.xml b/docs/manual/programs/ab.xml index 845a587fc1..a58985e9bf 100644 --- a/docs/manual/programs/ab.xml +++ b/docs/manual/programs/ab.xml @@ -106,7 +106,8 @@ 'gnuplot' file; as the results are already 'binned'.
-f protocol
-
Specify SSL/TLS protocol (SSL2, SSL3, TLS1, or ALL).
+
Specify SSL/TLS protocol (SSL2, SSL3, TLS1, TLS1.1, TLS1.2, or ALL).
+ TLS1.1 and TLS1.2 support available in 2.4.4 and later.
-g gnuplot-file
Write all measured values out as a 'gnuplot' or TSV (Tab separate @@ -131,12 +132,13 @@
-l
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.
+ Available in 2.4.7 and later.
-m HTTP-method
-
Custom HTTP method for the requests. This option is available in Apache - HTTP Server 2.4.10 and later.
+
Custom HTTP method for the requests.
+ Available in 2.4.10 and later.
-n requests
Number of requests to perform for the benchmarking session. The default @@ -163,7 +165,8 @@
-s timeout
Maximum number of seconds to wait before the socket times out. - Default is 30 seconds.
+ Default is 30 seconds.
+ Available in 2.4.4 and later.
-S
Do not display the median and standard deviation values, nor display diff --git a/docs/manual/programs/htpasswd.xml b/docs/manual/programs/htpasswd.xml index e5a6af95e5..c2c71fc628 100644 --- a/docs/manual/programs/htpasswd.xml +++ b/docs/manual/programs/htpasswd.xml @@ -108,7 +108,8 @@ distribution.
Use batch mode; i.e., get the password from the command line rather than prompting for it. This option should be used with extreme care, since the password is clearly visible on the command - line. For script use see the -i option.
+ line. For script use see the -i option.
+ Available in 2.4.4 and later.
-i
Read the password from stdin without verification (for script usage).
@@ -161,7 +162,8 @@ distribution.
-v
Verify password. Verify that the given password matches the password - of the user stored in the specified htpasswd file.
+ of the user stored in the specified htpasswd file.
+ Available in 2.4.5 and later.
passwdfile
Name of the file to contain the user name and password. If diff --git a/docs/manual/programs/rotatelogs.xml b/docs/manual/programs/rotatelogs.xml index f6c6aec508..28c5d46ba7 100644 --- a/docs/manual/programs/rotatelogs.xml +++ b/docs/manual/programs/rotatelogs.xml @@ -106,7 +106,8 @@ processed in real time by a further tool in the chain.
-n number-of-files
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".
+"logfile", "logfile.1", "logfile.2", then overwriting "logfile".
+Available in 2.4.5 and later.
logfile