From: Joshua Slive Date: Tue, 24 Oct 2000 01:11:59 +0000 (+0000) Subject: Fix typos and grammar. X-Git-Tag: APACHE_2_0_ALPHA_8~258 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1766317db6537346363406de36e99cffae248412;p=apache Fix typos and grammar. Submitted by: Chris Pepper@mail.reppep.com git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86728 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index e463ba4532..f8a8a1e6a1 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -1325,7 +1325,7 @@ latency times for HTML documents with many images.

to On.
  • The client must support Keep-Alive requests. Most current clients do support Keep-Alive requests.
  • -
  • The length of the file must be know in advance. This means that most +
  • 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.
  • @@ -1365,7 +1365,7 @@ HREF="#timeout">Timeout directive applies.

    Setting KeepAliveTimeout 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.