Results 1 to 2 of 2
I have httpd running on a server and every hour that it is running it creates about 12 new processes. After about 6 hours of this i have to restart ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-21-2008 #1
httpd keeps creating pid's
I have httpd running on a server and every hour that it is running it creates about 12 new processes. After about 6 hours of this i have to restart httpd because of the overwealming amount of pid's that it is creating. Has anybody heard of anything like this and what I can do to stop it?
- 09-02-2008 #2Linux Newbie
- Join Date
- Apr 2008
- Location
- India
- Posts
- 170
hey,
Is any files running nobody permission ie nobody.nobody so that it may
create some process try killing the php apps
fuser -k /usr/bin/php
and check for scripts cresting some child processRegards
David.s
davidanands.co.cc
-->Success is the list of failures ...!!!


Reply With Quote
