]> granicus.if.org Git - apache/commitdiff
Small tweaks
authorChristophe Jaillet <jailletc36@apache.org>
Mon, 26 Mar 2018 18:45:37 +0000 (18:45 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Mon, 26 Mar 2018 18:45:37 +0000 (18:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1827778 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_reqtimeout.xml

index a440ee540e2a16f426f65eb5ad1cda393a753497..7abeb0844b730b3d64426c98a20dc9b8338c5398 100644 (file)
@@ -110,7 +110,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
@@ -127,7 +127,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>