Re: [users@httpd] proper MPM and mod_php

2016-01-08 Thread Christopher Schultz
Eric, On 1/7/16 5:47 PM, Eric Covener wrote: > On Thu, Jan 7, 2016 at 4:51 PM, Rose, John B wrote: >> Is using "event" MPM and mod_php ok, or should "prefork" always be used with >> mod_php? > > The conventional wisdom is prefork-only if you must use mod_php. I was just looking at this yesterda

Re: [users@httpd] proper MPM and mod_php

2016-01-07 Thread Eric Covener
On Thu, Jan 7, 2016 at 4:51 PM, Rose, John B wrote: > Is using "event" MPM and mod_php ok, or should "prefork" always be used with > mod_php? The conventional wisdom is prefork-only if you must use mod_php. - To unsubscribe, e-

[users@httpd] proper MPM and mod_php

2016-01-07 Thread Rose, John B
Apache 2.4 Red Hat Linux Is using "event" MPM and mod_php ok, or should "prefork" always be used with mod_php? Thanks