pixeltrace Posted September 18, 2007 Share Posted September 18, 2007 Hi, I installed apache 2.0.43 in my linux test server using httpd2.0.43.tar.gz and do the typical installation ./configure make make install the source codes and configs are located in /usr/local/apache2/ now i wanted to start my apache and use # /usr/local/apache2/bin/apachectl start but i am getting this error message httpd: could not open document config file /httpd.conf what could be the cause of this? i already rebooted my test server but its still the same. hope you could help me fix this. thanks! Quote Link to comment Share on other sites More sharing options...
trq Posted September 19, 2007 Share Posted September 19, 2007 Can we see what options you passed to ./configure ? It seems Apache is looking for your config file within the / directory. It really ought to be within /etc ps: What distro are you using? Its usually not required to manually install Apache. Quote Link to comment Share on other sites More sharing options...
steviewdr Posted September 22, 2007 Share Posted September 22, 2007 httpd -f /path/to/config -k start -steve Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.