You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2018/03/26 18:47:21 UTC

svn commit: r1827779 - /httpd/httpd/branches/2.4.x/docs/manual/mod/mod_reqtimeout.xml

Author: jailletc36
Date: Mon Mar 26 18:47:21 2018
New Revision: 1827779

URL: http://svn.apache.org/viewvc?rev=1827779&view=rev
Log:
Small tweaks

(r1827778 in trunk)

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_reqtimeout.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_reqtimeout.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_reqtimeout.xml?rev=1827779&r1=1827778&r2=1827779&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_reqtimeout.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_reqtimeout.xml Mon Mar 26 18:47:21 2018
@@ -111,7 +111,7 @@ version 2.3.14 and earlier.</compatibili
     (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.</compatibili
     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>