On Wed, Aug 2, 2017 at 9:12 AM, Rose, John B <jbr...@utk.edu> wrote:
> Looking at the php-fpm homepage …
>
> https://php-fpm.org
>
> it says this …
>
> It was not designed with virtual hosting in mind (large amounts of pools)
> however it can be adapted for any usage model.
>
> Are folks using Apache with numerous virtual hosts, still using mod_php as
> the preferred approach? With I assume prefork MPM?

I can only assume they mean "hundreds of users with their own pools in
one fpm daemon" as you might find on shared hosting / mass hosting.

Most people on php-fpm will have moved on to event. Once the PHP
interpreter outside of the server, there's no reason to stay on
prefork.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to