It is always best to check your Apache config files for any errors before restarting, because Apache will not start again if your config files have syntax errors.
Check the Apache config files for errors, run the following command:
sudo apachectl configtest
sudo apachectl stop
sudo apachectl start
|
|