How to check the uptime of Apache httpd service December 17, 2018 December 17, 2018 AWS, cPanel WHM, Linux/CentOS, Security There are different ways to check uptime of apache httpd service.Here are some commands which are useful to find out the uptime of Apache httpd service. # apachectl status # ps -aux | grep httpd # ps -eo comm,etime | grep httpd