So you’ve made changes to your Apache config, but there are hundreds of uses currently online. To reload the config changes without restarting the service or server, you can run the following command to reload the config:
sudo /etc/init.d/apache2 reload
It should refresh most of the settings. Helpful to know.