Restarts the Apache daemon by sending it a SIGHUP. If the daemon is not running, it is started.
fullstatus
Displays a full status report from mod_status.
graceful
Gracefully restarts the Apache daemon by sending it a SIGUSR1. If the daemon is not running, it is started. This differs from a normal restart in that currently open connections are not aborted.
graceful-stop
Gracefully stops the Apache httpd daemon. This differs from a normal stop in that currently open connections are not aborted.