How to uninstall and install Apache 2.2.* on Centos 5

YuchiRO

Verified User
Joined
Nov 8, 2009
Messages
7
Hi everybody, i'm new comer and newbie ... Nice to meet all

I'm trying to upgrade apche 2.0.63 to 2.2.4 but .. fail, i get error
Code:
cd /usr/local/directadmin/customapache
rm -fr build
wget [url]http://files.directadmin.com/services/customapache/httpd-2.2.4.tar.gz[/url]
chmod 755 build
./build update
./build clean
./build update_data_ap2
perl -pi -e 's/2.0.59/2.2.4/' build
wget [url]http://apache.scarlet.be/httpd/httpd-2.2.4.tar.gz[/url]
./build apache_2
./build php_ap2 n
./build zend
./build mod_perl_ap2
/sbin/service httpd restart

Starting httpd: Syntax error on line 17 of /etc/httpd/conf/httpd.conf:
API module structure "php5_module" in file /usr/lib/apache/libphp5.so is garbled - expected signature 41503230 but saw 41503232 - perhaps this is not an Apache module DSO, or was compiled for a different Apache version?

i'm try again and remove directory customapache and all files.

Now my server is going down ...

Please help me install apache again (step by step, i'm newbie ...)

Thanks a lot !!

Have a good day !!
 
Thanks smtalk !

My server is come back :D, but time is not correct, it's late 1minust 2 minust ... 1 hours 2 hours ...and more !

I'm using GMT+7 and set timezone Asia/Saigon already !
 
Please don't shout ;).

You probably need to set your server to use a timeserver to synchronize it's time.

Jeff
 
Back
Top