From 7d98edcfc1e213b337fcacb09546ff07040bb45a Mon Sep 17 00:00:00 2001
From: Christophe Jaillet
Date: Mon, 26 Mar 2018 18:45:37 +0000
Subject: [PATCH] Small tweaks
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1827778 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/mod/mod_reqtimeout.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/manual/mod/mod_reqtimeout.xml b/docs/manual/mod/mod_reqtimeout.xml
index a440ee540e..7abeb0844b 100644
--- a/docs/manual/mod/mod_reqtimeout.xml
+++ b/docs/manual/mod/mod_reqtimeout.xml
@@ -110,7 +110,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
@@ -127,7 +127,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
--
2.40.0