You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2004/09/10 11:21:31 UTC

cvs commit: httpd-2.0/docs/manual/mod prefork.xml prefork.html.en

jorton      2004/09/10 02:21:31

  Modified:    docs/manual/mod prefork.xml prefork.html.en
  Log:
  MaxSpareServers cannot be equal to MinSpareServers.
  
  Revision  Changes    Path
  1.17      +2 -2      httpd-2.0/docs/manual/mod/prefork.xml
  
  Index: prefork.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/prefork.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -d -w -u -r1.16 -r1.17
  --- prefork.xml	17 Apr 2004 10:49:23 -0000	1.16
  +++ prefork.xml	10 Sep 2004 09:21:31 -0000	1.17
  @@ -133,7 +133,7 @@
   
       <p>Tuning of this parameter should only be necessary on very
       busy sites. Setting this parameter to a large number is almost
  -    always a bad idea. If you are trying to set the value lower than
  +    always a bad idea. If you are trying to set the value equal to or lower than
       <directive module="prefork">MinSpareServers</directive>, Apache
       will automatically adjust it to <directive
       >MinSpareServers</directive><code> + 1</code>.</p>
  
  
  
  1.28      +1 -1      httpd-2.0/docs/manual/mod/prefork.html.en
  
  Index: prefork.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/prefork.html.en,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -d -w -u -r1.27 -r1.28
  --- prefork.html.en	15 Mar 2004 20:47:08 -0000	1.27
  +++ prefork.html.en	10 Sep 2004 09:21:31 -0000	1.28
  @@ -128,7 +128,7 @@
   
       <p>Tuning of this parameter should only be necessary on very
       busy sites. Setting this parameter to a large number is almost
  -    always a bad idea. If you are trying to set the value lower than
  +    always a bad idea. If you are trying to set the value equal to or lower than
       <code class="directive"><a href="#minspareservers">MinSpareServers</a></code>, Apache
       will automatically adjust it to <code class="directive">MinSpareServers</code><code> + 1</code>.</p>