This is a discussion on apachectl problem within the Apache Web Server forums, part of the Web Server and Related Forums category; Just installed apache on linux (downloaded binary distribution from apache.org download). Have problems starting apache. After running ./apachectl start ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Just installed apache on linux (downloaded binary distribution from
apache.org download). Have problems starting apache. After running ./apachectl start I get the following error: [root@localhost bin]# ./apachectl start ../apachectl: line 71: /usr/local/apache/bin/httpd: cannot execute binary file ../apachectl start: httpd could not be started Please help and let me know how to fix this. Thanks much. -- ado |
|
|||
|
try downloading the RPM version which will put a script in your system to
start and stop it with INIT then you can use "service httpd start" from a root login it will also setup the correct permissions on the files for proper execution. if you install it over a current install use "rpm -uvh" for upgrading or "-ivh" for a reg. install. "Ado" <ado_trakic@yahoo.com> wrote in message news:453f1d88.0307211017.4f6db4f5@posting.google.c om... > Just installed apache on linux (downloaded binary distribution from > apache.org download). > > Have problems starting apache. After running ./apachectl start I get > the following error: > [root@localhost bin]# ./apachectl start > ./apachectl: line 71: /usr/local/apache/bin/httpd: cannot execute > binary file > ./apachectl start: httpd could not be started > > Please help and let me know how to fix this. > > Thanks much. -- ado |