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 |
Can you change the listening port from default to something else?
How would you kill the apache process if graceful stop doesn’t work?
Why apache server is used?
Apache server works on which ports?
Why doesn't Apache include SSL?
Where is apache config centos?
What are feature of apache?
From where apache names comes?
I am configuring APACHE Server on SOLARIS-10. I am having some problem while configuring the httpd.conf. Can any one help me to find out the root directory of APACHE server. How can I publish my website through it?
How do you install the apache web server?
Can apache and tomcat run together?
How to check the version of running apache web server?