
24-08-2008, 01:31
|
 |
System Administrator.
|
|
Join Date: Apr 2007
Posts: 83
|
|
Apache Error :Unable to detect Apache version from binary
If you are getting “Unable to detect Apache version from binary at /usr/local/cpanel/Cpanel/AdvConfig/apache.pm line 166 “error while installing/upgrading apache on your cpanel linux server , it seems that Apache binary is corrupted.
Please remove all following apache binaries
Quote:
/usr/sbin/httpd
/usr/local/apache/bin/apachectl
/usr/local/apache/bin/httpd
|
now run /scripts/easyapache cpanel scripts again, It works. Once apache successfully complied you can use /usr/local/apache/bin/httpd –v Or httpd –v command to check apache version installed on your server.
Quote:
[root@server ]# /usr/local/apache/bin/httpd -v
Server version: Apache/1.3.39 (Unix)
Server built: Oct 2 2007 20:40:34
[root@server ]#
|
|