I've got a dual opteron server with CentOS 4.3 x86_64 and the latest *stable* release of cPanel/WHM installed. PHP/Apache has been compiled with :
PHP 4.4.2 (cli) (built: May 1 2006 10:24:36)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
with Zend Extension Manager v1.0.9, Copyright (c) 2003-2006, by Zend Technologies
with Zend Optimizer v2.6.2, Copyright (c) 1998-2006, by Zend Technologies
* GD support
* IMAP support
* PHPsuexec support
* Zend Optimizer
I always notice "stall" moments in the PHP module at the time one of the clients on the server is running PHP scripts with the following custom php.ini in many directories :
Can this be the reason for the "stall" of the PHP module?Code:safe_mode = On safe_mode_exec_dir = /home/xxxxxxxxxx/public_html/ error_reporting = E_ALL & ~E_NOTICE display_errors = off register_globals = Off [Session] session.save_handler = files session.save_path = "/home/xxxxxxxxxx/public_html/tmp" session.auto_start = 0 session.gc_probability = 1 session.gc_maxlifetime = 10000 session.use_trans_sid = 1
Thanks.



LinkBack URL
About LinkBacks
Reply With Quote




