Re: [CentOS] prefork vs worker mpm in apache

2015-11-03 Thread lists
On Tuesday, November 03, 2015 10:17:22 AM Tim Dunphy wrote: > Hey guys, > > We had to recompile apache 2.4.12 because we needed to disable thread > safety in php (ZTS). Because for some reason when compiling php with the > --disable-maintainer-zts with the worker mpm model and checking the php >

[CentOS] prefork vs worker mpm in apache

2015-11-03 Thread Tim Dunphy
Hey guys, We had to recompile apache 2.4.12 because we needed to disable thread safety in php (ZTS). Because for some reason when compiling php with the --disable-maintainer-zts with the worker mpm model and checking the php info page, it was saying that thread safety was still enabled. So when