Re: [CentOS] Apache Server Tuning for Performance

2009-01-21 Thread Kai Schaetzl
RobertH wrote on Wed, 21 Jan 2009 11:26:41 -0800: > what do you think about the "general Timeout > > it is set to 300 > > ive never much thought about it, yet should we be consider and possible > reduce that one too? I'm using 120, but I don't think reducing this value has much impact. Kai --

Re: [CentOS] Apache Server Tuning for Performance

2009-01-21 Thread RobertH
> > > KeepAliveTimeout 150 > >reduce this to 10 or 5. > > > Kai > > -- > Kai Schätzl, Berlin, Germany Kai, what do you think about the "general Timeout it is set to 300 ive never much thought about it, yet should we be consider and possible reduce that one too? - rh ___

Re: [CentOS] Apache Server Tuning for Performance

2009-01-21 Thread Rainer Duffner
Kai Schaetzl schrieb: > Ralph Angenendt wrote on Wed, 21 Jan 2009 10:52:59 +0100: > > >> That really depends. If you only shove out static pages and have one or >> two or three odd cgis on the machine, you can flatten down the httpd >> binary quite a bit by throwing out unneeded modules. >> >> 5

Re: [CentOS] Apache Server Tuning for Performance

2009-01-21 Thread nate
Ralph Angenendt wrote: > Kai Schaetzl wrote: >> There's your limit. However, you should check with your hardware if upping >> it is really desirable. With 4 GB I think you won't be able to handle much >> more anyway. > > That really depends. If you only shove out static pages and have one or > two

Re: [CentOS] Apache Server Tuning for Performance

2009-01-21 Thread Kai Schaetzl
Ralph Angenendt wrote on Wed, 21 Jan 2009 10:52:59 +0100: > That really depends. If you only shove out static pages and have one or > two or three odd cgis on the machine, you can flatten down the httpd > binary quite a bit by throwing out unneeded modules. > > 500 to 750 clients shouldn't be tha

Re: [CentOS] Apache Server Tuning for Performance

2009-01-21 Thread Ralph Angenendt
Kai Schaetzl wrote: > There's your limit. However, you should check with your hardware if upping > it is really desirable. With 4 GB I think you won't be able to handle much > more anyway. That really depends. If you only shove out static pages and have one or two or three odd cgis on the machin

Re: [CentOS] Apache Server Tuning for Performance

2009-01-20 Thread Kai Schaetzl
Linux-crazy wrote on Wed, 21 Jan 2009 00:09:38 +0530: > KeepAliveTimeout 150 My god, reduce this to 10 or 5. > ServerLimit 251 > MaxClients 251 There's your limit. However, you should check with your hardware if upping it is really desirable. With 4 GB I think you won't be able to h

Re: [CentOS] Apache Server Tuning for Performance

2009-01-20 Thread Rainer Duffner
Am 21.01.2009 um 00:47 schrieb Jure Pečar: > On Wed, 21 Jan 2009 00:09:38 +0530 > linux-crazy wrote: > >> Hi all, >> >> I am facing facing performance issues with our web servers which is >> working for concurrent 250 requests properly and then stops >> responding when the requests are more th

Re: [CentOS] Apache Server Tuning for Performance

2009-01-20 Thread Jure Pečar
On Wed, 21 Jan 2009 00:09:38 +0530 linux-crazy wrote: > Hi all, > > I am facing facing performance issues with our web servers which is > working for concurrent 250 requests properly and then stops > responding when the requests are more than 250 . > > ... > > Can any one guide me tuning to b

Re: [CentOS] Apache Server Tuning for Performance

2009-01-20 Thread Les Mikesell
Jed Reynolds wrote: > > Merely increasing the number of workers might make performance worse. > > Use ps or top to figure out how much each apache worker is using. Then > decide how much ram you want to dedicate on your server to Apache, > without going into swap. (Over-allocating and then pagi

Re: [CentOS] Apache Server Tuning for Performance

2009-01-20 Thread Jed Reynolds
linux-crazy wrote: > I want to know about the difference between worker MPM and > Prefork MPM , how to find out which one will be used by my apache > server and the recommended one for highly loaded server.If some one > provide me the link that best explains above two comparison also be

Re: [CentOS] Apache Server Tuning for Performance

2009-01-20 Thread nate
linux-crazy wrote: > Hi all, > > I am facing facing performance issues with our web servers which is > working for concurrent 250 requests properly and then stops > responding when the requests are more than 250 . Increase your MaxClients configuration, also enable if you haven't already the ser

Re: [CentOS] Apache Server Tuning for Performance

2009-01-20 Thread Rainer Duffner
Am 20.01.2009 um 19:39 schrieb linux-crazy: > Hi all, > > I am facing facing performance issues with our web servers which is > working for concurrent 250 requests properly and then stops > responding when the requests are more than 250 . > > The current configuration parameters are as follows

[CentOS] Apache Server Tuning for Performance

2009-01-20 Thread linux-crazy
Hi all, I am facing facing performance issues with our web servers which is working for concurrent 250 requests properly and then stops responding when the requests are more than 250 . The current configuration parameters are as follows : apachectl -version Server version: Apache/2.0.52 Server