Upgraded apache

Roconda

Verified User
Joined
Jun 24, 2006
Messages
6
Hi,
I updated apache 1.x to apache 2.0.58.
But now I got a stange error when I try to start apache:

serv02:/usr/local/directadmin/customapache# /sbin/service httpd start
Starting httpd: Syntax error on line 66 of /etc/httpd/conf/httpd.conf:
Cannot load /usr/lib/apache/libphp4.so into server: /usr/lib/apache/libphp4.so: undefined symbol: ap_signal
[FAILED]

whats wrong ? :(

,Roconda
 
You may be using the wrong httpd.conf file or you may be looking for the libphp4 module in the wrong place.

Jeff
 
Roconda,

Not to give you a hard time but can you give a reason why you upgraded to Apache 2? Honestly Apache 2.2.3 is out so DA's default version is old. I am just wondering because from a stability and performance issue currently 1.3 is still a bit better. You can do some insane tuning.

With that said I have successfuly swapped out in the build script Apache 2.0.58 for 2.2 and it works perfectly.

If you don't have a major reason to upgrade it's not necessarly the best.
 
apache 2.2 is far better when compared to 1.3 ,i upgraded apache 1.3 to 2.2 and php to 5.14 on one of my high traffic server.The performance amazed me ,b'coz the server load average was reduced to one fourth.Really Apache new versions are doing good.I hope tuning apache will result in extreme performace too.

Regards
Linu Lawrence
 
Last edited:
Back
Top