PDA

View Full Version : Upgraded apache


Roconda
06-26-2006, 08:15 AM
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

jlasman
06-26-2006, 06:15 PM
You may be using the wrong httpd.conf file or you may be looking for the libphp4 module in the wrong place.

Jeff

Linu
07-24-2006, 05:56 AM
Its better that you can reinstall your php rpm. this
will load the module automatically in your apache. still u hav problems then remove apache and php , build apache and php from source.

Regards
Linu Lawrence

existenz
07-30-2006, 01:38 AM
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.

Linu
08-01-2006, 04:29 AM
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

Chrysalis
08-01-2006, 04:30 PM
Linu and this was staying on older prefork mpm?