How can I find httpd.conf on Ubuntu 10.04. I just got server with lack of information.
Thanks
Query the package manamager.
dpkg -L apache2 | grep "conf" or
dpkg -L apache | grep "conf" 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