How to enable MPM-Worker on DA 1.43

if you use custombuild 2.0 the configure file and folder is probably different
 
if you use custombuild 2.0 the configure file and folder is probably different

Hi chatwizrd :)

I currently cus custombuild 2.0 and also try edit at

Code:
/usr/local/directadmin/custombuild/configure/ap2/configure.apache

but it still prefork.

Do i need to use PHP_FPM or CGI to enable it too?

Thank you.
 
If another PHP mode is chosen in CB 2.0 (not mod_php), then the event MPM is automatically set to be loaded in apache.
 
If another PHP mode is chosen in CB 2.0 (not mod_php), then the event MPM is automatically set to be loaded in apache.

Hi smtalk,

So I need to do just Edit Options.conf and change to below?

Code:
php1_release=5.4
php2_release=no
php1_mode=php-fpm   #default mod_php
php2_mode=php-fpm

then build apache and php again right?

And also need to add "--with-ssl=/usr" \ in this file too?

Code:
/usr/local/directadmin/custombuild/configure/ap2/configure.apache


Many thank you guys.
 
You do not need to add anything to configure.apache, it will switch the MPM automatically.
 
Back
Top