Saturday, November 27, 2010

Apache how to set the startup of the service process number

Set in the httpd.conf inside: StartServers5 so start apache later had five free child process wait for accepting requests.

You can also refer to MinSpareServers and MaxSpareServers settings.

No comments:

Post a Comment