Skip to content

Commit 0156769

Browse files
author
Stefan Fritsch
committed
update transforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1142171 13f79535-47bb-0310-9956-ffa450edef68
1 parent 2742ec2 commit 0156769

46 files changed

Lines changed: 2186 additions & 1956 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/man/ab.8

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
.el .ne 3
2020
.IP "\\$1" \\$2
2121
..
22-
.TH "AB" 8 "2009-09-06" "Apache HTTP Server" "ab"
22+
.TH "AB" 8 "2011-07-02" "Apache HTTP Server" "ab"
2323

2424
.SH NAME
2525
ab \- Apache HTTP server benchmarking tool
2626

2727
.SH "SYNOPSIS"
2828

2929
.PP
30-
\fBab\fR [ -\fBA\fR \fIauth-username\fR:\fIpassword\fR ] [ -\fBb\fR \fIwindowsize\fR ] [ -\fBc\fR \fIconcurrency\fR ] [ -\fBC\fR \fIcookie-name\fR=\fIvalue\fR ] [ -\fBd\fR ] [ -\fBe\fR \fIcsv-file\fR ] [ -\fBf\fR \fIprotocol\fR ] [ -\fBg\fR \fIgnuplot-file\fR ] [ -\fBh\fR ] [ -\fBH\fR \fIcustom-header\fR ] [ -\fBi\fR ] [ -\fBk\fR ] [ -\fBn\fR \fIrequests\fR ] [ -\fBp\fR \fIPOST-file\fR ] [ -\fBP\fR \fIproxy-auth-username\fR:\fIpassword\fR ] [ -\fBq\fR ] [ -\fBr\fR ] [ -\fBs\fR ] [ -\fBS\fR ] [ -\fBt\fR \fItimelimit\fR ] [ -\fBT\fR \fIcontent-type\fR ] [ -\fBu\fR \fIPUT-file\fR ] [ -\fBv\fR \fIverbosity\fR] [ -\fBV\fR ] [ -\fBw\fR ] [ -\fBx\fR \fI<table>-attributes\fR ] [ -\fBX\fR \fIproxy\fR[:\fIport\fR] ] [ -\fBy\fR \fI<tr>-attributes\fR ] [ -\fBz\fR \fI<td>-attributes\fR ] [ -\fBZ\fR \fIciphersuite\fR ] [http[s]://]\fIhostname\fR[:\fIport\fR]/\fIpath\fR
30+
\fBab\fR [ -\fBA\fR \fIauth-username\fR:\fIpassword\fR ] [ -\fBb\fR \fIwindowsize\fR ] [ -\fBB\fR \fIlocal-address\fR ] [ -\fBc\fR \fIconcurrency\fR ] [ -\fBC\fR \fIcookie-name\fR=\fIvalue\fR ] [ -\fBd\fR ] [ -\fBe\fR \fIcsv-file\fR ] [ -\fBf\fR \fIprotocol\fR ] [ -\fBg\fR \fIgnuplot-file\fR ] [ -\fBh\fR ] [ -\fBH\fR \fIcustom-header\fR ] [ -\fBi\fR ] [ -\fBk\fR ] [ -\fBn\fR \fIrequests\fR ] [ -\fBp\fR \fIPOST-file\fR ] [ -\fBP\fR \fIproxy-auth-username\fR:\fIpassword\fR ] [ -\fBq\fR ] [ -\fBr\fR ] [ -\fBs\fR ] [ -\fBS\fR ] [ -\fBt\fR \fItimelimit\fR ] [ -\fBT\fR \fIcontent-type\fR ] [ -\fBu\fR \fIPUT-file\fR ] [ -\fBv\fR \fIverbosity\fR] [ -\fBV\fR ] [ -\fBw\fR ] [ -\fBx\fR \fI<table>-attributes\fR ] [ -\fBX\fR \fIproxy\fR[:\fIport\fR] ] [ -\fBy\fR \fI<tr>-attributes\fR ] [ -\fBz\fR \fI<td>-attributes\fR ] [ -\fBZ\fR \fIciphersuite\fR ] [http[s]://]\fIhostname\fR[:\fIport\fR]/\fIpath\fR
3131

3232

3333
.SH "SUMMARY"
@@ -46,6 +46,9 @@ Supply BASIC Authentication credentials to the server\&. The username and passwo
4646
-b \fIwindowsize\fR
4747
Size of TCP send/receive buffer, in bytes\&.
4848
.TP
49+
-B \fIlocal-address\fR
50+
Address to bind to when making outgoing connections\&.
51+
.TP
4952
-c \fIconcurrency\fR
5053
Number of multiple requests to perform at a time\&. Default is one request at a time\&.
5154
.TP

docs/man/rotatelogs.8

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
.el .ne 3
2020
.IP "\\$1" \\$2
2121
..
22-
.TH "ROTATELOGS" 8 "2011-06-22" "Apache HTTP Server" "rotatelogs"
22+
.TH "ROTATELOGS" 8 "2011-07-02" "Apache HTTP Server" "rotatelogs"
2323

2424
.SH NAME
2525
rotatelogs \- Piped logging program to rotate Apache logs
@@ -47,7 +47,7 @@ Causes the use of local time rather than GMT as the base for the interval or for
4747
Causes a hard link to be made from the current logfile to the specified link name\&. This can be used to watch the log continuously across rotations using a command like tail -F linkname\&.
4848
.TP
4949
-p \fIprogram\fR
50-
Causes the specified program to be executed after each rotation\&. Two arguments are supplied upon execution: the newly opened file and the previous file, respectively\&. rotatelogs does not wait for the specified program to terminate before continuing to operate, and will not log any error code returned on termination\&. The spawned program uses the same stdin, stdout, and stderr as rotatelogs itself, and also inherits the environment\&.
50+
If given, rotatelogs will execute the specified program every time a new log file is opened\&. The filename of the newly opened file is passed as the first argument to the program\&. If executing after a rotation, the old log file is passed as the second argument\&. rotatelogs does not wait for the specified program to terminate before continuing to operate, and will not log any error code returned on termination\&. The spawned program uses the same stdin, stdout, and stderr as rotatelogs itself, and also inherits the environment\&.
5151
.TP
5252
-f
5353
Causes the logfile to be opened immediately, as soon as rotatelogs starts, instead of waiting for the first logfile entry to be read (for non-busy sites, there may be a substantial delay between when the server is started and when the first request is handled, meaning that the associated logfile does not "exist" until then, which causes problems from some automated logging tools)

docs/manual/convenience.map

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ location mod/core.html#location
285285
locationmatch mod/core.html#locationmatch
286286
logformat mod/mod_log_config.html#logformat
287287
loglevel mod/core.html#loglevel
288+
logmessage mod/mod_log_debug.html#logmessage
288289
luacodecache mod/mod_lua.html#luacodecache
289290
luahookaccesschecker mod/mod_lua.html#luahookaccesschecker
290291
luahookauthchecker mod/mod_lua.html#luahookauthchecker

docs/manual/expr.html.en

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<li><img alt="" src="./images/down.gif" /> <a href="#unnop">Unary operators</a></li>
4141
<li><img alt="" src="./images/down.gif" /> <a href="#functions">Functions</a></li>
4242
<li><img alt="" src="./images/down.gif" /> <a href="#other">Other</a></li>
43-
</ul><h3>See also</h3><ul class="seealso"><li><code class="directive"><a href="./mod/core.html#if">&lt;If&gt;</a></code></li><li><code class="directive"><a href="./mod/core.html#elseif">&lt;ElseIf&gt;</a></code></li><li><code class="directive"><a href="./mod/core.html#else">&lt;Else&gt;</a></code></li><li><code class="directive"><a href="./mod/mod_rewrite.html#rewritecond">RewriteCond</a></code></li><li><code class="directive"><a href="./mod/mod_setenvif.html#setenvifexpr">SetEnvIfExpr</a></code></li><li><code class="directive"><a href="./mod/mod_filter.html#filterprovider">FilterProvider</a></code></li><li><a href="mod/mod_authz_core.html#reqexpr">Require expr</a></li><li><code class="directive"><a href="./mod/mod_ssl.html#sslrequire">SSLRequire</a></code></li><li><code class="module"><a href="./mod/mod_include.html">mod_include</a></code></li></ul></div>
43+
</ul><h3>See also</h3><ul class="seealso"><li><code class="directive"><a href="./mod/core.html#if">&lt;If&gt;</a></code></li><li><code class="directive"><a href="./mod/core.html#elseif">&lt;ElseIf&gt;</a></code></li><li><code class="directive"><a href="./mod/core.html#else">&lt;Else&gt;</a></code></li><li><code class="directive"><a href="./mod/mod_rewrite.html#rewritecond">RewriteCond</a></code></li><li><code class="directive"><a href="./mod/mod_setenvif.html#setenvifexpr">SetEnvIfExpr</a></code></li><li><code class="directive"><a href="./mod/mod_filter.html#filterprovider">FilterProvider</a></code></li><li><a href="mod/mod_authz_core.html#reqexpr">Require expr</a></li><li><code class="directive"><a href="./mod/mod_ssl.html#sslrequire">SSLRequire</a></code></li><li><code class="directive"><a href="./mod/mod_log_debug.html#logmessage">LogMessage</a></code></li><li><code class="module"><a href="./mod/mod_include.html">mod_include</a></code></li></ul></div>
4444
<div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
4545
<div class="section">
4646
<h2><a name="grammar" id="grammar">Grammar in Backus&#8211;Naur Form notation</a></h2>
@@ -214,10 +214,12 @@ listfunction ::= listfuncname "<strong>(</strong>" word "<strong>)</strong>"
214214
<tr><td><code>IPV6</code></td>
215215
<td>"<code>on</code>" if the connection uses IPv6,
216216
"<code>off</code>" otherwise</td></tr>
217-
<tr class="odd"><td><code>REQUEST_LOG_ID</code></td>
217+
<tr class="odd"><td><code>REQUEST_STATUS</code></td>
218+
<td>The HTTP error status of the request</td></tr>
219+
<tr><td><code>REQUEST_LOG_ID</code></td>
218220
<td>The error log id of the request (see
219221
<code class="directive"><a href="./mod/core.html#errorlogformat">ErrorLogFormat</a></code>)</td></tr>
220-
<tr><td><code>CONN_LOG_ID</code></td>
222+
<tr class="odd"><td><code>CONN_LOG_ID</code></td>
221223
<td>The error log id of the connection (see
222224
<code class="directive"><a href="./mod/core.html#errorlogformat">ErrorLogFormat</a></code>)</td></tr>
223225
</table>

docs/manual/mod/allmodules.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
<modulefile>mod_lbmethod_heartbeat.xml</modulefile>
6464
<modulefile>mod_ldap.xml</modulefile>
6565
<modulefile>mod_log_config.xml</modulefile>
66+
<modulefile>mod_log_debug.xml</modulefile>
6667
<modulefile>mod_log_forensic.xml</modulefile>
6768
<modulefile>mod_logio.xml</modulefile>
6869
<modulefile>mod_lua.xml</modulefile>

docs/manual/mod/allmodules.xml.de

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
<modulefile>mod_lbmethod_heartbeat.xml</modulefile>
6464
<modulefile>mod_ldap.xml</modulefile>
6565
<modulefile>mod_log_config.xml</modulefile>
66+
<modulefile>mod_log_debug.xml</modulefile>
6667
<modulefile>mod_log_forensic.xml</modulefile>
6768
<modulefile>mod_logio.xml</modulefile>
6869
<modulefile>mod_lua.xml</modulefile>

docs/manual/mod/allmodules.xml.es

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
<modulefile>mod_lbmethod_heartbeat.xml</modulefile>
6464
<modulefile>mod_ldap.xml</modulefile>
6565
<modulefile>mod_log_config.xml</modulefile>
66+
<modulefile>mod_log_debug.xml</modulefile>
6667
<modulefile>mod_log_forensic.xml</modulefile>
6768
<modulefile>mod_logio.xml</modulefile>
6869
<modulefile>mod_lua.xml</modulefile>

docs/manual/mod/allmodules.xml.fr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
<modulefile>mod_lbmethod_heartbeat.xml</modulefile>
6464
<modulefile>mod_ldap.xml.fr</modulefile>
6565
<modulefile>mod_log_config.xml</modulefile>
66+
<modulefile>mod_log_debug.xml</modulefile>
6667
<modulefile>mod_log_forensic.xml</modulefile>
6768
<modulefile>mod_logio.xml</modulefile>
6869
<modulefile>mod_lua.xml</modulefile>

docs/manual/mod/allmodules.xml.ja

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
<modulefile>mod_lbmethod_heartbeat.xml</modulefile>
6464
<modulefile>mod_ldap.xml</modulefile>
6565
<modulefile>mod_log_config.xml.ja</modulefile>
66+
<modulefile>mod_log_debug.xml</modulefile>
6667
<modulefile>mod_log_forensic.xml.ja</modulefile>
6768
<modulefile>mod_logio.xml.ja</modulefile>
6869
<modulefile>mod_lua.xml</modulefile>

docs/manual/mod/allmodules.xml.ko

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
<modulefile>mod_lbmethod_heartbeat.xml</modulefile>
6464
<modulefile>mod_ldap.xml</modulefile>
6565
<modulefile>mod_log_config.xml.ko</modulefile>
66+
<modulefile>mod_log_debug.xml</modulefile>
6667
<modulefile>mod_log_forensic.xml</modulefile>
6768
<modulefile>mod_logio.xml.ko</modulefile>
6869
<modulefile>mod_lua.xml</modulefile>

0 commit comments

Comments
 (0)