pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: php 54, ap-php, TS, NTS problems



1. 5. 2015 v 19:14, Greg Troxel <gdt%ir.bbn.com@localhost>:
> 
> It seems like pkgsrc should have the default config for apache (all
> versions) have an MPM that works with the default config for php and
> everything else.   I'm unclear on if this should be prefork/no-threads
> or event/threads, but the current mix seems suboptimal

That’s a question. The better performing threaded event MPM makes sense for everything *but* mod_php. Are PHP applications the usage case that should drive the default build options in binary packages?

PHP and extensions should not default to a threadsafe build, that’s for sure.

On the other hand, most modern tutorials will recommend something like Nginx + PHP/FPM anyway...

-F


Home | Main Index | Thread Index | Old Index