How do you check for the httpd.conf consistency and any
errors in it?

Answers were Sorted based on User's Feedback



How do you check for the httpd.conf consistency and any errors in it?..

Answer / josey

apachectl configtest

Is This Answer Correct ?    9 Yes 0 No

How do you check for the httpd.conf consistency and any errors in it?..

Answer / d.veera

we can use httpd -t command also.

Is This Answer Correct ?    8 Yes 0 No

How do you check for the httpd.conf consistency and any errors in it?..

Answer / shahul

apachectl -t
This also works.

Is This Answer Correct ?    7 Yes 1 No

How do you check for the httpd.conf consistency and any errors in it?..

Answer / abhay

apachectl configtest or /etc/init.d/httpd configtest

Is This Answer Correct ?    6 Yes 0 No

How do you check for the httpd.conf consistency and any errors in it?..

Answer / md jamiruddin

apachectl configtest

Is This Answer Correct ?    2 Yes 0 No

How do you check for the httpd.conf consistency and any errors in it?..

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

How do you check for the httpd.conf consistency and any errors in it?..

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

How do you check for the httpd.conf consistency and any errors in it?..

Answer / ankit singla

This command

service httpd configtest

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Apache Interview Questions

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?

0 Answers  


How does apache license work?

0 Answers  


What does apachectl graceful do?

2 Answers  


What are the log level available in apache?

0 Answers  


How to check the version of running apache web server?

0 Answers  


Where is apache configuration file?

0 Answers  


How many threads can apache handle?

0 Answers  


How to deploy war or java applications in apache?

0 Answers  


What is apache access?

0 Answers  


Is apache license free?

0 Answers  


What is apache web server?

0 Answers  


Which module is required to have redirection possible?

0 Answers  


Categories