LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   I can start apache (https://www.linuxquestions.org/questions/linux-software-2/i-can-start-apache-292610/)

ridge321 02-20-2005 11:27 AM

I can start apache
 
have configured & make & make install httpd.2.0.53
but when I try to run apache using apachectl start i get "bash command not found" i have not edited anything form the default httpd.conf file
I have looked in the /usr/local/apache2/bin and the file is there it is just not running.

bathory 02-20-2005 11:31 AM

You could use the whole path like this:
/usr/local/apache2/bin/apachectl start
Or change to /usr/local/apache2/bin and run:
./apachectl start

speel 02-20-2005 11:33 AM

try to use apachectl start as root

ridge321 02-20-2005 01:23 PM

the ./apachectl start worked fine

another question is why this information is not in the manual ?

thanks man


All times are GMT -5. The time now is 10:57 PM.