Link to home
Start Free TrialLog in
Avatar of congalab
congalab

asked on

Configure Apache 2 on Windows With Prefork MPM

How do I configure Apache 2 on Windows so that it uses the Prefork MPM? The default installation of Apache 2.0.54 comes with mpm_winnt loaded, but not mpm_prefork. I want to run prefork because the current PHP installation file recommends using it, because some PHP libraries are not thread-safe. The Apache documentation doesn't seem to answer my question. I have Apache 2 running on Windows now, I just don't know how to change it to use the prefork MPM.
Avatar of hernst42
hernst42
Flag of Germany image

AFAIK apache 2 prefork is only available on unix systems for Windows the mpm_winnt is only available threading model
Avatar of congalab
congalab

ASKER

OK, can you verify that information?
ASKER CERTIFIED SOLUTION
Avatar of hernst42
hernst42
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thank you.