pei_world wrote:

>I had installed apache on my linux system, it work fine after the
>installation. but when I reboot the computer and use command "apachectl
>start" to start it again, it responed "apachectl command not found"
>can anyone help. thx...
>
Pei,

Did you use apachectl when you installed apache? On my RedHat 7.2 
apachectl is not present and not used. To start or stop it use "service 
httpd start" or to set it to start up automatically at boot time 
"chkconfig --level 345 httpd on".

If you installed from RPMs then this is what I would expect. If from 
source or on a different linux flavour, then I don't know. You could do 
a "locate apachectl" to see where it is and give the command line the 
full path, just in case its not on your default path.

HTH
Chris


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to