Re: [users@httpd] prefork vs worker mpm in apache

2015-11-04 Thread Jim Jagielski
> On Nov 3, 2015, at 2:53 PM, Rose, John B wrote: > > On 11/3/15 2:21 PM, "Jim Jagielski" wrote: > >> >>> On Nov 3, 2015, at 10:43 AM, Tim Dunphy wrote: >>> >>> >>> Hey guys, >>> >>> We had to recompile apache 2.4.12 because we

[users@httpd] 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

Re: [users@httpd] prefork vs worker mpm in apache

2015-11-03 Thread Tom Evans
On Tue, Nov 3, 2015 at 3:43 PM, 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

Re: [users@httpd] prefork vs worker mpm in apache

2015-11-03 Thread Jim Jagielski
> On Nov 3, 2015, at 10:43 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

Re: [users@httpd] prefork vs worker mpm in apache

2015-11-03 Thread Rose, John B
On 11/3/15 2:21 PM, "Jim Jagielski" wrote: > >> On Nov 3, 2015, at 10:43 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