Page 1 of 1

Apache & threaded/prefork MPM

PostPosted: 11. April 2007 19:43
by bents
On PHP.NET the following comment about installing Apache2 is given:

"We do not recommend using a threaded MPM in production with Apache2. Use the prefork MPM instead, or use Apache1."

Does anyone know if the compiled binary of Apache2 provided by XAMPP uses the "prefork MPM"?


Thanks.

PostPosted: 11. April 2007 19:56
by Wiedmann
if the compiled binary of Apache2 provided by XAMPP uses the "prefork MPM"?

No.

PostPosted: 11. April 2007 19:59
by bents
Wiedmann wrote:No.


Ok... any idea why, given that it's highly recommended by the PHP folks? Is there anyway to make a switch?

PostPosted: 11. April 2007 20:09
by Wiedmann
Ok... any idea why,

There is only one MPM availible for Windows.