command for checking Apache configuration
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
command for checking Apache configuration:
Check: http://httpd.apache.org/docs/2.2/programs/apachectl.html
How do I check for syntax errors in my Apache web server configuration
If syntax is ok:
sudo apache2ctl configtest
Will reply with:
Syntax OK
Test Apache configuration file syntax using apachectl or similar binaries.