apache problem..

funnytherun

New member
Joined
Nov 27, 2009
Messages
1
Hi,
we worked on apache 1.3 with mod_fastcgi.. aftere update to 2.2.14 version (wit mod_fastcgi) we have problem.. we have a few servers with this problem..
Apache consumes suddenly all of memory and swapping (all allocated swap memory !), load is growing up and machines not responsible.. it's very often.. we don't know what to do with this.. We updated this stuff to 2.2 version because in 1.3 greaceful restarts wiht DA not working properly..
Servers have installed 4gigs of ram..
Any conception ?

some of ps:
Code:
apache    9943 17.8  [B]7.4[/B] 330868 308536 ?       S    01:01   0:55 /usr/sbin/httpd -k start -DSSL
apache    9944  0.0  [B]7.4[/B] 330868 308228 ?       S    01:01   0:00 /usr/sbin/fcgi- -k start -DSSL
apache    9946  0.6  [B]7.8[/B] 435620 326764 ?       Sl   01:01   0:01 /usr/sbin/httpd -k start -DSSL
apache    9947  0.6  [B]7.8[/B] 431732 325672 ?       Sl   01:01   0:01 /usr/sbin/httpd -k start -DSSL
apache   10002  0.5  [B]7.9[/B] 433692 327832 ?       Sl   01:01   0:01 /usr/sbin/httpd -k start -DSSL
apache   10003  0.5  [B]7.8[/B] 433064 326124 ?       Sl   01:01   0:01 /usr/sbin/httpd -k start -DSSL
apache   10070  0.5  [B]7.8[/B] 432252 325764 ?       Sl   01:01   0:01 /usr/sbin/httpd -k start -DSSL
apache   10077  0.5  [B]7.8[/B] 431660 325688 ?       Sl   01:01   0:01 /usr/sbin/httpd -k start -DSSL
apache   10627  0.6  [B]7.8[/B] 433576 327652 ?       Sl   01:02   0:01 /usr/sbin/httpd -k start -DSSL
apache   11290  0.7  [B]7.9[/B] 436428 330548 ?       Sl   01:02   0:01 /usr/sbin/httpd -k start -DSSL
 
Last edited:
Back
Top