You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Joost de Heer <sa...@xs4all.nl> on 2006/05/01 16:58:34 UTC

[users@httpd] Re: Problem Installing Apache 2.2.2 on Linux

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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org