From: Christophe Jaillet In the example above, In the example above, This directive allows to configure the maximum number of pipelined
responses, which remain pending so long as pipelined request are received.
- When the limit is reached, reponses are forcibly flushed to the network in
+ When the limit is reached, responses are forcibly flushed to the network in
blocking mode, until passing under the limit again. to when giving the value of a parameter
Add a missing space
Add a missing link
r1896413 in trunk
+ synch with trunk
[skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1896415 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml
index a3b580607df..428205b8c29 100644
--- a/docs/manual/mod/core.xml
+++ b/docs/manual/mod/core.xml
@@ -548,8 +548,8 @@ AllowOverride AuthConfig
AllowOverrideList CookieTracking CookieName
-
AuthConfig
+ AuthConfig
directive grouping and FileInfo
directive
grouping. All others will cause an internal server error.0
pipelining is disabled, when set to
+ -1
there is no limit (
0
or a too small value there are actually
no pending data, but for threaded MPMs there can be more threads busy
waiting for the network thus less ones available to handle the other
simultaneous connections.
-d
parameter.
-
+
+ mod_status with ExtendedStatus On
+
ExtendedStatus On
displays the actual request being handled.
For historical purposes, only 63 characters of the request
are actually stored for display purposes. This directive
- controls whether the 1st 63 characters are stored (the previous
+ controls whether the first 63 characters are stored (the previous
behavior and the default) or if the last 63 characters are. This
is only applicable, of course, if the length of the request is
64 characters or greater.
If Apache httpd is handling GET /disk1/storage/apache/htdocs/images/imagestore1/food/apples.jpg HTTP/1.1
mod_status displays as follows:
+ >