Results 1 to 4 of 4
Hi,
i need help, i just installed httpd 2.0.43.tar.gz
in linux 3 (red hat)
all source codes and conf are save in
/usr/local/apache2
now i wanted to test if my ...
- 09-17-2007 #1Just Joined!
- Join Date
- Sep 2007
- Posts
- 2
httpd.conf help please
Hi,
i need help, i just installed httpd 2.0.43.tar.gz
in linux 3 (red hat)
all source codes and conf are save in
/usr/local/apache2
now i wanted to test if my apache is working and want to start it using
/usr/local/apache2/bin/apachectl start
but i am getting this error
how can i fix this?Code:httpd: could not open document config file /httpd.conf
hope you could help me with this.
thanks!
- 09-18-2007 #2
httpd.conf is the main config file for apache. In your installation I would expect it to be in /usr/local/apache2/conf/httpd.conf If it's not there, try
which might show it somewhere else. If it hasn't been installed anywhere there was something wrong with the installation - try reinstalling apache. In fact, since it's only just installed, it really should be able to find httpd.conf without you doing anything: it might be worth reinstalling anyway. Up to you.Code:find * | grep httpd.conf
HTH
Giles"Our greatest fear is not that we are powerless. Our greatest fear is Microsoft"
Registered linux user #391027
- 09-19-2007 #3
- 09-20-2007 #4Just Joined!
- Join Date
- Sep 2007
- Posts
- 2
if it not to late
if its not to late
Try using xampp is a very good tool I have found
apache friends - xampp for linux
JD


Reply With Quote