summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_reqtimeout.html.en
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2018-03-30 12:48:02 +0000
committerEric Covener <covener@apache.org>2018-03-30 12:48:02 +0000
commitdb5437fe6860cd0adb4300e435d3c3ce5cf6da5c (patch)
treeb549470f0b58f24defbb3c5656aa14aa1a7d1886 /docs/manual/mod/mod_reqtimeout.html.en
parent136ffc18c293c6c7f6dfcf5c26345d3c728916b3 (diff)
downloadhttpd-db5437fe6860cd0adb4300e435d3c3ce5cf6da5c.tar.gz
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1828063 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_reqtimeout.html.en')
-rw-r--r--docs/manual/mod/mod_reqtimeout.html.en4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_reqtimeout.html.en b/docs/manual/mod/mod_reqtimeout.html.en
index 679d8ddc29..685df1a81e 100644
--- a/docs/manual/mod/mod_reqtimeout.html.en
+++ b/docs/manual/mod/mod_reqtimeout.html.en
@@ -125,7 +125,7 @@ version 2.3.14 and earlier.</td></tr>
(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
<code>httpready</code>) is received. The header timeout configured with
- <code>RequestReadTimeout</code> is only effective after the server process has
+ <code class="directive">RequestReadTimeout</code> is only effective after the server process has
received the socket.</p>
<p>For each of the two timeout types (header or body), there are three ways
@@ -142,7 +142,7 @@ version 2.3.14 and earlier.</td></tr>
body, respectively. A value of 0 means no limit.</p>
</li>
- <li><strong>Disable module for a vhost:</strong>:<br />
+ <li><strong>Disable module for a vhost</strong>:<br />
<div class="example"><p><code>header=0 body=0</code></p></div>