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! Link to comment https://forums.phpfreaks.com/topic/69716-apache-start-problem-help-please/ 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. Link to comment https://forums.phpfreaks.com/topic/69716-apache-start-problem-help-please/#findComment-350752 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 Link to comment https://forums.phpfreaks.com/topic/69716-apache-start-problem-help-please/#findComment-352883 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.