Utkarsh Sharma wrote:
> Hi,
>
> I tried to install Apache web server on Linux(CentOS).I have downloaded
> and installed it in the default dir i.e /usr/local/apache2.Now when i run
> apachectl start in the /usr/local/apache2/bin , thr is a msg that this
> command does not exit.

Apart from the missing leading /, the following may be the case:

Note that . (the current directory) isn't in the standard search path of
root (and it should never be), so if you're in /usr/local/apache2/bin, you
need to execute ./apachectl.

Joost


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to