Process owner 505
i dwont found some awnser on google.
i have real more than 200 process from owner 505 that kill my server every *Timeout"
how can i fix this ?
-
and 515 owner 0 -
This is likely a sign of a larger issue. I can see from your output these are PHP processes, but your snippet does not show the full process. You should check which user corresponds with the UID in question against `/etc/passwd' and check the corresponding domains and their logs. You should also check the Apache error log when loading the page. If you have a managed server, you may also ask your host for support. 0 -
Hello :) You can determine which username is associated with that UID via a command such as: grep UID /etc/passwd
Thank you.0
Please sign in to leave a comment.
Comments
3 comments