My problem was caused by Ioncube...I gues after upgrading SiteBuilder. Sw-Soft helped me to solve this. IoCube was loaded twice which resulted in apache going down.
----- Copy mail sw-soft
Hello,
I found out that php prevented apache from working:
[root@cypres root]# php -v
Segmentation fault
The I found that Ioncube was loaded twice, this caused apache dying. I commented out othe 1st loading of Ioncube in the /etc/php.ini:
[root@cypres root]# tail -3 /etc/php.ini
;zend_extension = /usr/lib/ioncube/Ioncube_loader_lin_4.3.so
After that I have got php and httpd worked out:
[root@cypres root]# /etc/init.d/httpd start
Starting httpd: [ OK ]
[root@cypres root]# ps aux | grep httpd | grep -v grep
root 18701 4.5 0.7 30944 15676 ? S 14:27 0:00 /usr/sbin/httpd
root 18709 0.0 0.7 30820 15472 ? S 14:27 0:00 /usr/sbin/httpd
apache 18710 0.1 0.7 30944 15712 ? S 14:27 0:00 /usr/sbin/httpd
apache 18711 0.0 0.7 30944 15712 ? S 14:27 0:00 /usr/sbin/httpd
apache 18712 0.0 0.7 30944 15712 ? S 14:27 0:00 /usr/sbin/httpd
apache 18713 0.0 0.7 30944 15712 ? S 14:27 0:00 /usr/sbin/httpd
apache 18714 0.0 0.7 30944 15712 ? S 14:27 0:00 /usr/sbin/httpd
apache 18715 0.0 0.7 30944 15712 ? S 14:27 0:00 /usr/sbin/httpd
apache 18716 0.0 0.7 30944 15712 ? S 14:27 0:00 /usr/sbin/httpd
apache 18717 0.0 0.7 30944 15712 ? S 14:27 0:00 /usr/sbin/httpd
[root@cypres root]# php -v
PHP 4.3.11 (cgi) (built: Oct 15 2005 08:12:40)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
with the ionCube PHP Loader v3.0.10, Copyright (c) 2002-2005, by ionCube Ltd.
--- copy mail sw - soft
IonCube is a library for PHP that provides some necessary features for applications. If you had sitebuilder installed -- ionCube are required. As to it's twice appearance in /etc/php.ini -- there was include file in /etc/php.d directory for loading ionCube and ionCube was loaded also in [Zend] section of /etc/php.ini
--- copy mail sw - soft