Sponsored Link
You need to use the following command
sudo /etc/init.d/apache2 graceful
This will gracefully restart your Apache with new configuration without affecting your client’s connections.
You need to use the following command
sudo /etc/init.d/apache2 graceful
This will gracefully restart your Apache with new configuration without affecting your client’s connections.
It would be better to test first the Apache configuration file for errors:
/etc/init.d/apache2 configtest
Hey thanks for reference, just used it.
Great tip, thanks.