Shame on me for not knowing this earlier.
sudo apachectl -k graceful
Reloads the Apache httpd gracefully by reloading configs only. This is hella useful if your server has SSL VHosts with passwords that you don’t know.
RedHat folks can do use service too:
sudo -i service httpd graceful