I need urget help with PHP config for my sever

ramnathero

Verified User
Joined
May 18, 2007
Messages
6
I am having DirectAdmin and i am facing few diffecult to config the server

one of the scripts need to be enable the following list but i am not able to do cz i dont know how to build for DirectAdmin. will you please help me out to config following 2 step?

1) Must be able to run PHP from the command line (CLI) with exec()

2) Allowed execution of background processes with exec( binary > /dev/null & )

thank you advance
 
On my DA installations it already works:
Code:
$ whereis php
php: /usr/local/bin/php /usr/local/lib/php /usr/local/lib/php.ini /usr/local/lib/php.ini~
$ php --version
PHP 4.4.4 (cli) (built: Oct 25 2006 00:36:41)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
    with the ionCube PHP Loader v3.0.5, Copyright (c) 2002-2005, by ionCube Ltd., and
    with Zend Extension Manager v1.0.11, Copyright (c) 2003-2006, by Zend Technologies
    with Zend Optimizer v3.2.0, Copyright (c) 1998-2006, by Zend Technologies
$
Jeff
 
Back
Top