How do you check for the httpd.conf consistency and any
errors in it?
Answers were Sorted based on User's Feedback
Answer / abhay
apachectl configtest or /etc/init.d/httpd configtest
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / sunil
Hi,
You can check syntax for httpd configuration file by using
following command.
httpd -S
thanks
Is This Answer Correct ? | 3 Yes | 2 No |
Answer / kiran
httpd -e DEBUG also works as the commands above. Good to use apachectl configtest would be good to use.
Is This Answer Correct ? | 1 Yes | 0 No |
If you have to more than one url map to the same directory but you don’t have multiple alias directives. What you will do?
How does apache license work?
What does apachectl graceful do?
What are the log level available in apache?
How to check the version of running apache web server?
Where is apache configuration file?
How many threads can apache handle?
How to deploy war or java applications in apache?
What is apache access?
Is apache license free?
What is apache web server?
Which module is required to have redirection possible?