You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Marc Slemko <ma...@znep.com> on 1997/01/26 02:49:41 UTC

Re: cvs commit: apache/htdocs/manual/mod core.html

Two minor comments; don't know that they are worth worrying about for
1.2b5.

On Sat, 25 Jan 1997, Alexei Kosut wrote:

> akosut      97/01/25 17:31:15
> 
>   Modified:    htdocs/manual  keepalive.html
>                htdocs/manual/mod  core.html
>   Log:
>   Update documentation for new KeepAlive syntax.
>   
[...]
>   
>   1.30      +26 -3     apache/htdocs/manual/mod/core.html
>   
>   Index: core.html
>   ===================================================================
>   RCS file: /export/home/cvs/apache/htdocs/manual/mod/core.html,v
>   retrieving revision 1.29
>   retrieving revision 1.30
>   diff -C3 -r1.29 -r1.30
[...]
>     
>     <h2><a name="keepalive">KeepAlive</a></h2>
>   ! <strong>Syntax: (Apache 1.1)</strong> KeepAlive <em>max-requests</em><br>
>   ! <strong>Default: (Apache 1.1)</strong> <code>KeepAlive 5</code><br>
>   ! <strong>Syntax: (Apache 1.2)</strong> KeepAlive <em>on/off</em><br>

Why do some things use boolean and some on/off?  

[...]
>   ***************
>   *** 676,681 ****
>   --- 685,704 ----
>     The MaxClients directive sets the limit on the number of simultaneous
>     requests that can be supported; not more than this number of child server
>     processes will be created.<p><hr>
>   + 
>   + <A name="maxkeepaliverequests"><h2>MaxKeepAliveRequests</h2></A>
>   + <strong>Syntax:</strong> MaxKeepAliveRequests <em>number</em><br>
>   + <strong>Default:</strong> <code>MaxKeepAliveRequests</code><br>

You missed the number for default.

>   + <strong>Context:</strong> server config<br>
>   + <strong>Status:</strong> core<br>
>   + <strong>Compatibility:</strong> Only available in Apache
>   + 1.2 and later.
>   + 
>   + <p>The MaxKeepAliveRequests directive limits the number of requests
>   + allowed per connection when <a href="#keepalive">KeepAlive</a> is
>   + on. If it is set to "<code>0</code>," unlimited requests will be
>   + allowed. We reccomend that this setting is kept to a high value, for
>   + maximum server peformance.
>     
>     <A name="maxrequestsperchild"><h2>MaxRequestsPerChild directive</h2></A>
>     <!--%plaintext &lt;?INDEX {\tt MaxRequestsPerChild} directive&gt; -->
>   
>   
>   
>