]> granicus.if.org Git - apache/commitdiff
Small tweaks
authorChristophe Jaillet <jailletc36@apache.org>
Mon, 26 Mar 2018 18:47:21 +0000 (18:47 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Mon, 26 Mar 2018 18:47:21 +0000 (18:47 +0000)
(r1827778 in trunk)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1827779 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_reqtimeout.xml

index cb5d5c89b2ed162606d3422ac77ea2f536d279ba..af35df83cff392ede980379381841bb4af631176 100644 (file)
@@ -111,7 +111,7 @@ version 2.3.14 and earlier.</compatibility>
     (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
+    <directive>RequestReadTimeout</directive> 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
@@ -128,7 +128,7 @@ version 2.3.14 and earlier.</compatibility>
     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 />
 
     <example>header=0 body=0</example>