Test your apache config file
Test your apache config file
This is a quick note to remind you about the command to test your apache config file before actually restarting apache:
You can check your configuration files for syntax errors without starting the server by using apachectl configtest or the -t command line option.
Source: Apache Docs

