[us...@httpd] Help me in setting up MaxClients

2010-01-25 Thread Vikrama Sanjeeva
Hello All, This is regarding production servers. Recently Apache server hit MaxClient settings; resulting in crash of sites. However, sites was back to normal after restarting Apache. I read about MaxClient settings and increase it from 200 to 250 (as I read somewhere that 256 is a limit). Since

Re: [us...@httpd] Help me in setting up MaxClients

2010-01-25 Thread Vikrama Sanjeeva
are 3-4 GB. No other applications are running on this machine. And yes, we are using "mod_jk" for backend server loadbalancing. Bye, Viki. On Mon, Jan 25, 2010 at 5:44 PM, Jeff Trawick wrote: > On Mon, Jan 25, 2010 at 8:56 AM, Vikrama Sanjeeva > wrote: > > Hello All, &g

Re: [us...@httpd] Help me in setting up MaxClients

2010-01-25 Thread Vikrama Sanjeeva
t 426 concurrent requests ? Bye, Viki. On Mon, Jan 25, 2010 at 10:54 PM, Jeff Trawick wrote: > On Mon, Jan 25, 2010 at 1:26 PM, Vikrama Sanjeeva > wrote: > > Hi All, > > > >Thanks Jeff for the presentation. Its informative. > > > > Actually, I am try

[us...@httpd] All "G" in scoreboard

2010-01-25 Thread Vikrama Sanjeeva
Hi all, Right now its not a peak time on my web server, but still I see 200 concurrent requests and all of them are in G state, 200 requests currently being processed, 12 idle workers G

Re: [us...@httpd] Help me in setting up MaxClients

2010-01-29 Thread Vikrama Sanjeeva
Hi, Can somebody help me with this ? Thanks Bye, Viki. On 1/26/10, Vikrama Sanjeeva wrote: > Hi Jeff, > > Below is statistics from vmstat while everything is running including > httpd: > >>> vmstat 2 3 > kthr memorypagedisk

Re: [us...@httpd] Help me in setting up MaxClients

2010-01-30 Thread Vikrama Sanjeeva
Hi Eric, I don't know why you didn't got the my previous post on which I asked for help. Anyways, here it is again: I need help in making calculation based on memory statistics which I provided. On 1/26/10, Vikrama Sanjeeva wrote: > Hi Jeff, > > Below is statistic

[us...@httpd] how to enable mod_dav_svn support in httpd

2010-03-31 Thread Vikrama Sanjeeva
Hi all, I am trying to enable "mod_dav_svn" in existing Apache/2.2.11 (Unix) on Solaris - i386 machine. I have tried below: 1: ./configure --enable-dav --enable-so --prefix=/usr/local/apache2 --with-included-apr 2: make 3: make install And it looks like everything run fine. But I am not able

Re: [us...@httpd] how to enable mod_dav_svn support in httpd

2010-04-01 Thread Vikrama Sanjeeva
--with-apr=/usr/local/apache2/bin/apr-1-config --with-apr-util=/usr/local/apache2/bin/apu-1-config --prefix=/svn/install/location Bye, Viki. On Wed, Mar 31, 2010 at 5:46 PM, Eric Covener wrote: > On Wed, Mar 31, 2010 at 10:40 AM, Vikrama Sanjeeva > wrote: > > Hi all, > > &g

[us...@httpd] [crit] (28)No space left on device

2010-07-21 Thread Vikrama Sanjeeva
Hello everybody, I am getting below error on Apache/2.2.11 (Unix) running on Solaris 10 production machine: "[crit] (28)No space left on device: mod_rewrite: could not create rewrite_log_lock" I have checked device space on which apache is installed and its fine: @machine: /usr/local/apache2/b

Re: [us...@httpd] [crit] (28)No space left on device

2010-07-21 Thread Vikrama Sanjeeva
, 21 Jul 2010 16:15:12 +0300 > Vikrama Sanjeeva wrote: > > > After googling this error I tried below commands, but no success: > > > > ipcs -s | grep www [returned nothing] > > Why -s? Did you rtfm ipcs? And presumably the grep is yours rather > than copied blindly from