Worker MPM ?

v998

Verified User
Joined
Jun 27, 2014
Messages
14
These days I tried using a mod (mod-spdy) for apache2.4 but it seems the mod only work best with worker MPM.

I'd like to know if it is possible to install apache2.4 with worker mpm and CB2.0 , because only prefork and event mpm are available in options.conf, but apache's documentation mentions that worker mpm is also available.

PS: I have also tried changing apache_mpm from auto to worker, but it still uses event mpm.

Thanks for helping.
 
Here you can find: http://forum.directadmin.com/showthread.php?t=49613 that mod_spdy does not support apache 2.4

in fact, i was using this https://github.com/eousphoros/mod-spdy, which can be used on ap2.4, and i could use this with prefork mpm, but I'd like to switch to worker mpm as mod-spdy make a few problems on PHP (prefork MPM)(which is also mentioned in their documentation), so i think i need to useworker mpm, however, it seems that CB2.0 doesn't have this option
 
sorry that i forgotten to say the most important point, mod-spdy (the current one) can't use with event mpm, i have tried, and it falls back to https connection if using event mpm, so I really want to install ap2.4 with worker mpm
 
Back
Top