0

How can I find httpd.conf on Ubuntu 10.04. I just got server with lack of information.

Thanks

3 Answers 3

5

Try typing this in the console:

locate httpd.conf 
Sign up to request clarification or add additional context in comments.

Comments

2

Query the package manamager.

dpkg -L apache2 | grep "conf" 

or

dpkg -L apache | grep "conf" 

1 Comment

locate could not answer but the package manager could. Thanks
0

run httpd -V It should show HTTPD_ROOT as well as SERVER_CONFIG_FILE. From there you know where is your httpd.config file. read details at this article how to unset apache header

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.