How can I find the uptime of Apache2. There are numerous suggestions out there to use
httpd fullstatus
But this fails
-bash: httpd: command not found
There is no httpd command running in top
either, just an apache2 process.
I also tried (without any luck)
httpd status
apache2 status
apache2 fullstatus
/usr/sbin/apache2 fullstatus
/usr/sbin/apache2 status
What command can I use to find apache2's uptime reliably given the differences in how Apache is installed/configured on various platforms?