Jan 082010
How to check the Apache configuration file (httpd.conf)?
Answer:
When you have made changes to the Apache configuration file (httpd.conf), you should always perform a syntax check on the file before restarting the Apache. Especially if it is on a production environment.
Use the following command to perform a config test
apachectl configtest