From: Christophe Jaillet
Date: Mon, 26 Mar 2018 18:47:21 +0000 (+0000)
Subject: Small tweaks
X-Git-Tag: 2.4.34~256
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5ef695c0611ddee6c27f21579cc717eaa83f7f99;p=apache
Small tweaks
(r1827778 in trunk)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1827779 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_reqtimeout.xml b/docs/manual/mod/mod_reqtimeout.xml
index cb5d5c89b2..af35df83cf 100644
--- a/docs/manual/mod/mod_reqtimeout.xml
+++ b/docs/manual/mod/mod_reqtimeout.xml
@@ -111,7 +111,7 @@ version 2.3.14 and earlier.
(usually the case on Linux and FreeBSD), the socket is not sent to the
server process before at least one byte (or the whole request for
httpready
) is received. The header timeout configured with
- RequestReadTimeout
is only effective after the server process has
+ RequestReadTimeout is only effective after the server process has
received the socket.
For each of the two timeout types (header or body), there are three ways
@@ -128,7 +128,7 @@ version 2.3.14 and earlier.
body, respectively. A value of 0 means no limit.
- Disable module for a vhost::
+ Disable module for a vhost:
header=0 body=0