Richard G
Verified User
I just discovered on our newly installed server, php is not working.
It's like in this thread:
http://forum.directadmin.com/showthread.php?t=44386
I'm using custombuild 1.2.
php -v:
Apache:
Mod_ruid2 1.9.8 is installed but the problem was also present with 1.9.7.
I don't know what happened or exactly when the problem occured.
PHP is not working, you see php code like tekst.
phpinfo.php gives a blank screen.
Access log of httpd in /var/log is empty (0 bytes)
Error log is growing and containing a lot of this:
I just restarted httpd again and this is also present:
Also done this:
But this did not help either.
I'm out of options and don't know what to do or what is causing this.
Any help would be greatly appreciated!
It's like in this thread:
http://forum.directadmin.com/showthread.php?t=44386
I'm using custombuild 1.2.
php -v:
PHP 5.3.23 (cli) (built: Mar 24 2013 17:07:21)
Copyright (c) 1997-2013 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2013 Zend Technologies
with the ionCube PHP Loader v4.2.2, Copyright (c) 2002-2012, by ionCube Ltd., and
with Zend Guard Loader v3.3, Copyright (c) 1998-2010, by Zend Technologies
Apache:
httpd -v
Server version: Apache/2.2.24 (Unix)
Server built: Mar 21 2013 21:18:58
Mod_ruid2 1.9.8 is installed but the problem was also present with 1.9.7.
I don't know what happened or exactly when the problem occured.
PHP is not working, you see php code like tekst.
phpinfo.php gives a blank screen.
Access log of httpd in /var/log is empty (0 bytes)
Error log is growing and containing a lot of this:
[Sun Mar 24 17:36:01 2013] [notice] child pid 13845 exit signal Segmentation fault (11)
[Sun Mar 24 17:36:01 2013] [notice] child pid 13846 exit signal Segmentation fault (11)
[Sun Mar 24 17:36:01 2013] [notice] child pid 13847 exit signal Segmentation fault (11)
[Sun Mar 24 17:36:01 2013] [notice] child pid 13848 exit signal Segmentation fault (11)
[Sun Mar 24 17:36:01 2013] [notice] child pid 13849 exit signal Segmentation fault (11)
[Sun Mar 24 17:36:01 2013] [notice] child pid 13850 exit signal Segmentation fault (11)
[Sun Mar 24 17:36:01 2013] [notice] child pid 13851 exit signal Segmentation fault (11)
I just restarted httpd again and this is also present:
[Sun Mar 24 17:36:01 2013] [notice] caught SIGTERM, shutting down
[Sun Mar 24 17:36:01 2013] [notice] seg fault or similar nasty error detected in the parent process
[Sun Mar 24 17:36:02 2013] [notice] SSL FIPS mode disabled
[Sun Mar 24 17:36:02 2013] [warn] RSA server certificate CommonName (CN) `localhost' does NOT match server name!?
[Sun Mar 24 17:36:02 2013] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Sun Mar 24 17:36:03 2013] [notice] SSL FIPS mode disabled
[Sun Mar 24 17:36:03 2013] [warn] RSA server certificate CommonName (CN) `localhost' does NOT match server name!?
[Sun Mar 24 17:36:03 2013] [notice] mod_ruid2/0.9.8 enabled
[Sun Mar 24 17:36:03 2013] [notice] Apache/2.2.24 (Unix) mod_ssl/2.2.24 OpenSSL/1.0.0-fips DAV/2 PHP/5.3.23 configured -- resuming normal operations
Also done this:
Code:
cd /usr/local/directadmin/custombuild
./build update
./build clean
./build php d
./build rewrite_confs
echo "action=rewrite&value=httpd" >> /usr/local/directadmin/data/task.queue
/usr/local/directadmin/dataskq d
/etc/init.d/httpd restart
But this did not help either.
I'm out of options and don't know what to do or what is causing this.
Any help would be greatly appreciated!