Skip to main content

Processes run by nobody

Comments

6 comments

  • SysSachin
    Hello, There is difference in easyapche version. I mean you are using easyapche 3 on your second server and easyapche 4 on your first server that's way showing different process.
    0
  • NixTree
    I dont think that is the option as you can see the below server is having EA4 and still ahve -K option [root@server ~]# /scripts/easyapache EasyApache3 is not available when EasyApache4 is in effect. [root@server ~]# ps aux |grep http root 5827 0.0 0.0 112648 968 pts/0 S+ 15:55 0:00 grep --color=auto http root 13014 0.0 0.0 264644 46276 ? SNs Oct27 0:30 /usr/sbin/httpd -k start nobody 47425 0.1 0.0 265144 44596 ? SN 15:48 0:00 /usr/sbin/httpd -k start nobody 47981 0.1 0.0 265236 44512 ? SN 15:48 0:00 /usr/sbin/httpd -k start nobody 48087 0.1 0.0 265184 44748 ? SN 15:49 0:00 /usr/sbin/httpd -k start nobody 49652 0.1 0.0 265368 44020 ? SN 15:50 0:00 /usr/sbin/httpd -k start nobody 49660 0.1 0.0 265060 43524 ? SN 15:50 0:00 /usr/sbin/httpd -k start nobody 58440 0.1 0.0 265052 43824 ? SN 15:50 0:00 /usr/sbin/httpd -k start According to man page of httpd k is used for start/stop/restart etc and in my opinion it do not have any thing to do with EA3 or Ea4. I will still wish to hear back from other techs as well about the same === NAME httpd - Apache Hypertext Transfer Protocol Server SYNOPSIS httpd [ -d serverroot ] [ -f config ] [ -C directive ] [ -c directive ] [ -D parameter ] [ -e level ] [ -E file ] [ -k start|restart|graceful|stop|graceful- stop ] [ -R directory ] [ -h ] [ -l ] [ -L ] [ -S ] [ -t ] [ -v ] [ -V ] [ -X ] [ -M ] [ -T ] ====
    0
  • Bdzzld
    @SysSachin: No, both servers had Apache/PHP (re)compiled via EasyApache4. There's no difference in version of EasyApache.
    0
  • cPanelMichael
    Hello, It starts with the "-k" flag based on the following entry in /usr/local/cpanel/scripts/initsslhttpd2_4:
    case $ARGV in start|stop|restart|graceful|graceful-stop) $HTTPD -k $ARGV -DSSL ERROR=$? ;;
    Could you verify both systems are using the same version of the OS? You can check this via:
    cat /etc/redhat-release
    If so, could you restart Apache via "/scripts/restartsrv_httpd" on the source server and verify it's listed as "/usr/sbin/http -k start" in the process list? Thank you.
    0
  • Bdzzld
    @cPanelMichael :
    root@server [~]# cat /etc/redhat-release CentOS release 6.8 (Final) root@server [~]# /scripts/restartsrv_httpd Waiting for "httpd" waiting for "httpd" Service Status httpd (/usr/sbin/httpd) is running as root with PID 24867 (pidfile check method). Log Messages ** suppressed ** httpd restarted successfully. root@server [~]# ps aux | grep nobody nobody 3062 0.0 0.3 218004 27808 ? SN 10:20 0:00 /usr/sbin/httpd nobody 3674 3.1 0.3 218036 27796 ? SN 10:22 0:02 /usr/sbin/httpd nobody 3938 0.0 0.3 217856 27580 ? SN 10:23 0:00 /usr/sbin/httpd nobody 3941 0.0 0.3 217872 27668 ? SN 10:23 0:00 /usr/sbin/httpd nobody 3942 0.0 0.3 217984 27680 ? SN 10:23 0:00 /usr/sbin/httpd nobody 3943 0.0 0.3 218008 27796 ? SN 10:23 0:00 /usr/sbin/httpd nobody 3944 0.0 0.3 218008 27648 ? SN 10:23 0:00 /usr/sbin/httpd nobody 3948 0.0 0.3 217872 27548 ? SN 10:23 0:00 /usr/sbin/httpd nobody 3958 0.0 0.3 218008 27648 ? SN 10:23 0:00 /usr/sbin/httpd nobody 4022 0.0 0.3 218008 27740 ? SN 10:24 0:00 /usr/sbin/httpd nobody 4972 0.0 0.3 217872 27428 ? SN 10:24 0:00 /usr/sbin/httpd nobody 4980 0.0 0.3 217872 27468 ? SN 10:24 0:00 /usr/sbin/httpd root 4989 0.0 0.0 103312 884 pts/0 SN+ 10:24 0:00 grep nobody
    Both servers are running the same version of CentOS.
    0
  • cPanelMichael
    Could you open a support ticket using the link in my signature so we can take a closer look? You can post the ticket number here and we will update this thread with the outcome. Thank you.
    0

Please sign in to leave a comment.