iUnknown
21-05-2008, 09:46 PM
Hello,
On a server, I have so many idle apache threads which are useless, using up CPU and eating up RAM.
nobody /usr/local/apache/bin/httpd -DSSL
/usr/local/apache/bin/httpd -DSSL - is running on the user "nobody" and I don't believe anything should really run on this user. If I kill the processes one by one they get recreated with new PIDs. How can I stop this command from being run or any commands being run on the user nobody?
On a server, I have so many idle apache threads which are useless, using up CPU and eating up RAM.
nobody /usr/local/apache/bin/httpd -DSSL
/usr/local/apache/bin/httpd -DSSL - is running on the user "nobody" and I don't believe anything should really run on this user. If I kill the processes one by one they get recreated with new PIDs. How can I stop this command from being run or any commands being run on the user nobody?