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

What are the features of apache web server?

1 Answers  


What is apache tomcat used for?

1 Answers  


Briefly explain apache web server?

1 Answers  


How to get support for apache web server if something wrong?

1 Answers  


What is apache scoreboard?

1 Answers  


Tell me name of main configuration file of apache server?

1 Answers  


Do I need apache tomcat?

1 Answers  


What type of ip is needed for apache web servers to host a website?

1 Answers  


Who developed apache?

1 Answers  


What language is apache written in?

1 Answers  


What is httpd command?

1 Answers  


Your apache web-server is not starting, what steps would you follow to troubleshoot this.

1 Answers  


Categories