which running mode of php with apache by default DA installation ?

mod_php with CB 1.1, 1.2 and 2.x. However, if you're a FreeBSD user using CustomBuild 2.0, suPHP is chosen by default.
 
mod_php with CB 1.1, 1.2 and 2.x. However, if you're a FreeBSD user using CustomBuild 2.0, suPHP is chosen by default.

My server is a dedicated server and came along with centos6.4 (I choosen) and DA was installed by web hosting company. How do I know the DA where installed by hosting technical ppl is a custombuild or not ?

Why I'm asking because of I'm going to add some custom apache directives in virtual host template.
And I found that the template has some checking of php executing mode. So I'm not sure where should I put my own directives
 
Last edited:
You could check the settings using:
Code:
cd /usr/local/directadmin/custombuild
./build options
 
Back
Top