You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2003/09/16 20:43:08 UTC

cvs commit: modperl-docs/src/docs/2.0/user/handlers server.pod

stas        2003/09/16 11:43:08

  Modified:    src/docs/2.0/user/handlers server.pod
  Log:
  add the prefork.c config which is needed for this section to make sense
  
  Revision  Changes    Path
  1.10      +8 -0      modperl-docs/src/docs/2.0/user/handlers/server.pod
  
  Index: server.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/handlers/server.pod,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -u -r1.9 -r1.10
  --- server.pod	18 Jul 2003 10:42:48 -0000	1.9
  +++ server.pod	16 Sep 2003 18:43:08 -0000	1.10
  @@ -115,6 +115,14 @@
   
   And the I<httpd.conf> configuration section:
   
  +  <IfModule prefork.c>
  +    StartServers         4
  +    MinSpareServers      4
  +    MaxSpareServers      4
  +    MaxClients           10
  +    MaxRequestsPerChild  0
  +  </IfModule>
  +  
     PerlModule            MyApache::StartupLog
     PerlOpenLogsHandler   MyApache::StartupLog::open_logs
     PerlPostConfigHandler MyApache::StartupLog::post_config
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org