Configuring PHP

youds

Verified User
Joined
Jul 11, 2008
Messages
490
Location
Lancashire, UK
Hi

How would you find out which configure file is being run for your custombuild setup?

I would usually go to /usr/local/directadmin/custombuild/configure/suphp/configure.php5 however I've disabled suphp as its in my local development environment so the suphp folder would be replaced by what?

Here's my options.conf:
Code:
#PHP settings. default_php possible values - 4 or 5
default_php=5
php5_cli=yes
php5_cgi=no
php4_cli=no
php4_cgi=no
php_ini=yes
#Possible values - recommended or dist
php_ini_type=dist
zend=no
 
Back
Top