How to switch to mpm event

Amit

Verified User
Joined
Mar 24, 2020
Messages
129
Location
India
Hi
i want to switch to mpm event please tell me how would i do this?
I used following code but apache failed to restart
Code:
/usr/local/directadmin/custombuild/build set apache_mpm event
/usr/local/directadmin/custombuild/build apache
/usr/local/directadmin/custombuild/build rewrite_confs
 
mpm_event with mod_php is incompatible
mpm_event can use with php-fpm

and when you set to php-fpm
custombuild will auto detect ( apache_mpm=AUTO ) to be use
 
Actaully problem is my apache is getting hang i checked the error log found nothing there and also load average was 1 during hang?it is happing after couple of days like after 10 or 12 days
 
Back
Top