How to reload apache configuration for a site without restarting apache?
Solution 1:
It should be possible using the command
sudo /etc/init.d/apache2 reload
I hope that helps.
Solution 2:
Another way would be:
sudo service apache2 reload
It should be possible using the command
sudo /etc/init.d/apache2 reload
I hope that helps.
Another way would be:
sudo service apache2 reload