Apache update and httpd fails on restart

claude

Member
Jan 13, 2005
8
0
151
I'm running CentOS 4.4 i686, WHM 10.8.0 cPanel 10.8.1-R30 on a dual Xeon 2.8 server and I'm having problems updating Apache through WHM as it cannot start httpd after it completes. The only config that seems to work is the default of php 4.4.x and some basic modules. When I try to add modules like pspell, Freetype support, WDDX, Curl, Dom XSLT, Exif, GD, GetText, Iconv, and it can be all or just one of these modules, httpd won't start. I ran a build in verbose mode during a php 4.4 attempt and have the text, but see nothing obvious as to why httpd fails after such a build. I'd like to have some of the modules.

Any advice or would anyone like to try and disect the text from the verbose build attempt? Thanks
 

darkkouta

Well-Known Member
May 12, 2006
55
0
156
on ssh type "service httpd configtest" and see the possible problems or verify the log data of problems in apache.
 

claude

Member
Jan 13, 2005
8
0
151
Try running easyapache again but do not add Dom XSLT and see what happens.
I thought I had tried that, but low and behold- that was the ticket. Thanks for the tip. I had tried so many different combinations, I must have lost track.

Is there any way to get Dom XSLT to work? I have a client who wants to use an app that requires it (Expose4)

Thanks for all of the help... :)
 

Neil-UKWSD

Registered
Sep 16, 2004
3
0
151
claude said:
I thought I had tried that, but low and behold- that was the ticket. Thanks for the tip. I had tried so many different combinations, I must have lost track.

Is there any way to get Dom XSLT to work? I have a client who wants to use an app that requires it (Expose4)

Thanks for all of the help... :)
Hi,

If you have ZendOptimizer installed make sure you upgrade it to 3.0.1, then try rebuilding with Dom XSLT too.
 

claude

Member
Jan 13, 2005
8
0
151
If you have ZendOptimizer installed make sure you upgrade it to 3.0.1, then try rebuilding with Dom XSLT too.
You're my hero, that worked! :D

Thanks a million, -C