Hello,
I've two cPanel servers, which both have WHM 58.0 (build 32) installed. They have an identical setup and identical hardware, but there's a difference in how httpd is started :
The first server :
The second server :
I was wondering why the "-k start" options are missing on the first server? Any ideas?
Thanks.
I've two cPanel servers, which both have WHM 58.0 (build 32) installed. They have an identical setup and identical hardware, but there's a difference in how httpd is started :
The first server :
Code:
>ps aux | grep nobody
nobody 11944 0.0 0.3 216516 26536 ? SN 04:58 0:00 /usr/sbin/httpd
nobody 15464 0.0 0.3 216924 27092 ? SN 05:05 0:00 /usr/sbin/httpd
nobody 15473 0.3 0.3 216944 27236 ? SN 05:05 0:03 /usr/sbin/httpd
nobody 15474 0.0 0.3 216656 26604 ? SN 05:05 0:00 /usr/sbin/httpd
nobody 17013 0.0 0.3 216520 26516 ? SN 05:08 0:00 /usr/sbin/httpd
nobody 18643 0.0 0.3 216520 26488 ? SN 05:12 0:00 /usr/sbin/httpd
nobody 18654 0.0 0.3 216520 26512 ? SN 05:12 0:00 /usr/sbin/httpd
nobody 20357 0.0 0.3 216488 26328 ? SN 05:18 0:00 /usr/sbin/httpd
nobody 20376 0.0 0.3 216520 26420 ? SN 05:18 0:00 /usr/sbin/httpd
nobody 22193 0.0 0.3 216384 26180 ? SN 05:20 0:00 /usr/sbin/httpd
root 22909 0.0 0.0 103312 892 ? S 05:20 0:00 grep nobody
Code:
>ps aux | grep nobody
nobody 2089 0.6 0.1 214176 15264 ? SN 04:53 0:03 /usr/sbin/httpd -k start
root 7583 0.0 0.0 103312 884 ? S 05:03 0:00 grep nobody
nobody 14415 0.0 0.2 214492 17068 ? SN 02:43 0:05 /usr/sbin/httpd -k start
nobody 23593 0.0 0.1 214200 15300 ? SN 04:21 0:00 /usr/sbin/httpd -k start
nobody 23626 0.0 0.2 214372 16316 ? SN 04:22 0:00 /usr/sbin/httpd -k start
nobody 24771 0.1 0.2 214204 16300 ? SN 04:24 0:04 /usr/sbin/httpd -k start
nobody 27918 0.1 0.2 214196 16312 ? SN 04:34 0:02 /usr/sbin/httpd -k start
nobody 28046 0.0 0.2 214100 16208 ? SN 04:35 0:00 /usr/sbin/httpd -k start
nobody 29252 0.2 0.2 214200 16264 ? SN 04:37 0:03 /usr/sbin/httpd -k start
nobody 29253 0.0 0.2 214408 16452 ? SN 04:37 0:00 /usr/sbin/httpd -k start
nobody 30767 0.0 0.2 214472 16388 ? SN 04:43 0:00 /usr/sbin/httpd -k start
Thanks.