Generally in a Debian installation if PHP mod is not used, apache2-mpm-worker is installed when you installed OPen-Xchange.
If you need to use mod-php5 in order to build a provisioning system using PHP, the apache2-mpm-prefork needs to be installed.
Can Open-Xchange be used with apache2-mpm-prefork (traditional non-threaded model) instead of apache2-mpm-worker (high speed threaded model) ?
Is there a performance trade?
My guess is that it isn't that important since what Apache is really doing is proxying requests to the the Java system
Any thoughts?
Regards,
M.A.
If you need to use mod-php5 in order to build a provisioning system using PHP, the apache2-mpm-prefork needs to be installed.
Can Open-Xchange be used with apache2-mpm-prefork (traditional non-threaded model) instead of apache2-mpm-worker (high speed threaded model) ?
Is there a performance trade?
My guess is that it isn't that important since what Apache is really doing is proxying requests to the the Java system
Any thoughts?
Regards,
M.A.
Comment