I've always struggled to find this: How can you ask apache which httpd.conf file it used to load up?
It becomes difficult when you have a number of instances of apache running, or if you haven't looked at the machine for a long time, and there are a lot of httpd.conf file on disk!
Thanks a lot :)
httpd.confin the case that the SERVER_CONFIG_FILE is named something else:apachectl -V | grep httpd.conf. – Cyclonecode Aug 09 '12 at 14:12