slive 00/10/23 18:10:39
Modified: htdocs/manual/mod core.html Log: Nice to see someone checking my work. Thanks. Submitted by: Chris Pepper <[EMAIL PROTECTED]> Revision Changes Path 1.177 +2 -2 httpd-docs-1.3/htdocs/manual/mod/core.html Index: core.html =================================================================== RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/core.html,v retrieving revision 1.176 retrieving revision 1.177 diff -u -r1.176 -r1.177 --- core.html 2000/10/23 22:38:14 1.176 +++ core.html 2000/10/24 01:10:39 1.177 @@ -1317,7 +1317,7 @@ to <code>On</code>.</li> <li>The client must support Keep-Alive requests. Most current clients do support Keep-Alive requests.</li> -<li>The length of the file must be know in advance. This means that most +<li>The length of the file must be known in advance. This means that most CGI scripts, server-parsed pages (SSI), and server-generated directory listings, will not use the Keep-Alive protocol.</li> </ul> @@ -1362,7 +1362,7 @@ <p>Setting <code>KeepAliveTimeout</code> to a high value may cause performance problems in heavily loaded servers. The -higher is the timeout, the more server processes will be kept +higher the timeout, the more server processes will be kept occupied waiting on connections with idle clients.</p>