Skip to main content

Process owner 505

Comments

3 comments

  • jadman
    and 515 owner
    0
  • madmanmachines
    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
  • cPanelMichael
    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.