Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 67F2011752 for ; Tue, 24 Jun 2014 05:36:15 +0000 (UTC) Received: (qmail 43749 invoked by uid 500); 24 Jun 2014 05:36:12 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 43683 invoked by uid 500); 24 Jun 2014 05:36:12 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 43674 invoked by uid 99); 24 Jun 2014 05:36:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jun 2014 05:36:12 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jun 2014 05:36:12 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id F19CE2388980; Tue, 24 Jun 2014 05:35:47 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1605004 - in /httpd/httpd/branches/2.4.x/docs/manual/programs: ab.xml htpasswd.xml rotatelogs.xml Date: Tue, 24 Jun 2014 05:35:47 -0000 To: cvs@httpd.apache.org From: nilgun@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140624053547.F19CE2388980@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: nilgun Date: Tue Jun 24 05:35:47 2014 New Revision: 1605004 URL: http://svn.apache.org/r1605004 Log: fixed build Modified: httpd/httpd/branches/2.4.x/docs/manual/programs/ab.xml httpd/httpd/branches/2.4.x/docs/manual/programs/htpasswd.xml httpd/httpd/branches/2.4.x/docs/manual/programs/rotatelogs.xml Modified: httpd/httpd/branches/2.4.x/docs/manual/programs/ab.xml URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/programs/ab.xml?rev=1605004&r1=1605003&r2=1605004&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/docs/manual/programs/ab.xml (original) +++ httpd/httpd/branches/2.4.x/docs/manual/programs/ab.xml Tue Jun 24 05:35:47 2014 @@ -106,7 +106,7 @@ 'gnuplot' file; as the results are already 'binned'.
-f protocol
-
Specify SSL/TLS protocol (SSL2, SSL3, TLS1, TLS1.1, TLS1.2, 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
@@ -132,12 +132,12 @@
-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.
+
Custom HTTP method for the requests. Available in 2.4.10 and later.
-n requests
@@ -165,7 +165,7 @@
-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
Modified: httpd/httpd/branches/2.4.x/docs/manual/programs/htpasswd.xml URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/programs/htpasswd.xml?rev=1605004&r1=1605003&r2=1605004&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/docs/manual/programs/htpasswd.xml (original) +++ httpd/httpd/branches/2.4.x/docs/manual/programs/htpasswd.xml Tue Jun 24 05:35:47 2014 @@ -108,7 +108,7 @@ 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
@@ -162,7 +162,7 @@ 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
Modified: httpd/httpd/branches/2.4.x/docs/manual/programs/rotatelogs.xml URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/programs/rotatelogs.xml?rev=1605004&r1=1605003&r2=1605004&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/docs/manual/programs/rotatelogs.xml (original) +++ httpd/httpd/branches/2.4.x/docs/manual/programs/rotatelogs.xml Tue Jun 24 05:35:47 2014 @@ -106,7 +106,7 @@ processed in real time by a further tool
-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