On Mon, May 18, 2009 at 10:52 AM, Narendra Verma <[email protected]> wrote: > Hi All; > I am using apache 2.2.8(@ unix) as load balancer where backend are tomcat > servers. > > Tomcat provides different following properties in server.xml like > > maxThreads="100" minSpareThreads="20" maxSpareThreads="50" > > Is there any option to provide these type of properties in httpd.cof file > for apache (in unix).
http://httpd.apache.org/docs/2.2/mod/mpm_common.html#maxclients http://httpd.apache.org/docs/2.2/mod/mpm_common.html#threadsperchild Along with identically named min/max spare threads. -- Eric Covener [email protected] --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [email protected] " from the digest: [email protected] For additional commands, e-mail: [email protected]
