You are a junior administrator of a high-traffic production web server. Which of the following commands would you run to restart the Apache web service without
aborting existing connections?
A.
apachectl reload
B.
apachectl restart
C.
apachectl -k stop; apachectl start
D.
apachectl graceful
E.
/etc/init.d/httpd reload