PDA

View Full Version : Disable commands on "nobody"



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?

Redacted
21-05-2008, 09:47 PM
delete the user?

Robbie
22-05-2008, 05:35 PM
@ Above: "nobody" means no user.

Recursion
26-05-2008, 05:46 PM
Aren't they threads made when someone visits the site? They should kill them selves every so often.

Flisker
26-05-2008, 05:54 PM
Its normal that they sit there. It's so that as soon as somebody connects to the server it will assist them immediately. Also you cant disable "nobody".

Want to hide these adverts? Register an account for free!