I forget the current running apache server path.... But I sure that I am running an apache server. How can I search the current running apache server path? Thank you.

link|improve this question
feedback

1 Answer

apache conf should be in /etc/httpd/httpd.conf

link|improve this answer
...or /private/etc/apache2/httpd.conf (to which /etc is a symbolic link). When in doubt, httpd -V|grep SERVER_CONFIG_FILE will show its location too. – Arjan Dec 11 '10 at 18:58
thx arjan....i'm sure i'll get it running over here eventually just can't afford it atm so i'm stuck with google magic – aking1012 Dec 13 '10 at 7:14
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.